await client.geospatial.featureType.delete([{ externalId: 'ocean_temperature'}], { recursive : true });{}Required capabilities:
geospatialAcl:WRITE
Delete feature types.
await client.geospatial.featureType.delete([{ externalId: 'ocean_temperature'}], { recursive : true });{}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
List of feature types to be deleted. It is possible to delete a maximum of 10 feature types per request. Feature types must not have related features. Feature types with related features can be deleted using force flag.
Empty response.
The response is of type object.
Was this page helpful?