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.

Authentication

x-api-keystring
Your API key. <Note title="Note"> You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-key" target="_blank">API Key</a> page. </Note>

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.

Response

The entity has been successfully deleted.

Errors