Delete a raster from a feature property

Delete a raster from a feature property. If there is no raster already, the operation is a no-op.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
featureTypeExternalId
required
string <= 32 characters ^[A-Za-z][A-Za-z0-9_]{0,31}$

External Id of the feature type provided by client. Must be unique among all feature type external ids within a CDF project.

Example: ocean_measures
featureExternalId
required
string <= 256 characters ^[A-Za-z][A-Za-z0-9_]{0,255}$

External Id of the type provided by client. Must be unique among all feature external ids within a CDF project and feature type.

Example: ocean_measure_W87H62
rasterPropertyName
required
string <= 32 characters ^[A-Za-z][A-Za-z0-9_]{0,31}$

Raster Id of the raster property provided by client. Must be unique among all feature property names within a feature type.

Example: bathymetry
Responses
200

Empty response.

400

Failed request reponse.

post/geospatial/featuretypes/{featureTypeExternalId}/features/{featureExternalId}/rasters/{rasterPropertyName}/delete
Request samples
Response samples
application/json
{ }