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. Without force, 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.
Query parameters
-
Remove the entities and their tasks for real, instead of only canceling the ones that have tasks
POST
/actions/projects/{project_id}/delete-entities
curl \
--request POST 'http://api.example.com/actions/projects/a24a6ea4-ce75-4665-a070-57453082c25/delete-entities' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '["string"]'
Request examples
[
"string"
]
Response examples (200)
[
"string"
]