Delete feature types

Delete feature types.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

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.

recursive
boolean (GeospatialRecursiveDelete)

Indicates if feature types should be deleted together with all related features. Optional parameter, defaults to false.

required
Array of objects [ 1 .. 10 ] items
Responses
200

Empty response.

400

Failed request reponse.

post/geospatial/featuretypes/delete
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{ }