# Delete entities batch **POST /actions/projects/{project_id}/delete-entities** Delete assets, shots, edits and concepts given by id list in a single request. Each entity follows the same rules as its single deletion route. Entities with tasks are marked as canceled on first deletion, then removed for real when already canceled; concepts are always removed. Only entity creators or project managers can delete entities. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) Unique identifier of the project ### Body: application/json (array[string(uuid)]) array[string(uuid)] ## Responses ### 200 Deleted entity ids #### Body: application/json (array[string(uuid)]) array[string(uuid)] ### 400 An entity does not belong to the project or is not an asset, a shot, an edit or a concept [Powered by Bump.sh](https://bump.sh)