v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBProjectManagement > ProjectTask
Bulk destroys a Project task
What does it do?
This will delete the project tasks with the ids passed as an argument.
What params does it accept?
- ids: Project task ids
Who can use it?
Only companies who have enabled the projects_management feature and users with the permission of read projects.
post/api/2026-07-01/resources/project_management/project_tasks/bulk_destroy
Request body
Response
OK
Example response
[
{
"id": "789",
"project_id": "123",
"subproject_id": "456",
"task_id": "780",
"follow_up": true
}
]