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.
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"
]