---
title: "Delete an entity"
method: DELETE
path: "/entity-collections/{entity_collection_id}/entities/{entity_id}"
tags: ["entityCollections > entities"]
---

# Delete an entity

`DELETE /entity-collections/{entity_collection_id}/entities/{entity_id}`

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_id` string, required
- `entity_id` string, required

## Headers

- `x-api-key` string, required

## Response `200`

Successful response

## Other responses

- `400` — The request has failed.

---

[API](https://skmtc.net/twelvelabs/apis/twelvelabs-api.md) · [All operations](https://skmtc.net/twelvelabs/apis/twelvelabs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvelabs/twelvelabs-api/versions/5dbd6e8473c9/schema)
