Delete an entity

This method deletes a specific entity from an entity collection. It permanently removes the entity and its associated data, but does not affect the assets associated with this entity.

Path parameters

entity_collection_idstringRequired
The unique identifier of the entity collection containing the entity to be deleted.
entity_idstringRequired
The unique identifier of the entity to delete.

Headers

x-api-keystringRequired

Response

The entity has been successfully deleted.

Errors