Delete a raster from a feature property. If there is no raster already, the operation is a no-op.
Empty response.
Failed request reponse.
curl -i -X POST \ 'https://api.cognitedata.com/api/v1/projects/publicdata/geospatial/featuretypes/{featureTypeExternalId}/features/{featureExternalId}/rasters/{rasterPropertyName}/delete' \ -H 'Authorization: Bearer <YOUR_OpenID Connect or OAuth2 token_HERE>'
{ }