Delete all tasks for a given task type and project.
It's mainly used when tasks are created by mistake at the beginning of the project.
Path parameters
-
project_id Required
-
task_type_id Required
DELETE /actions/projects/{project_id}/task-types/{task_type_id}/delete-tasks
curl \
-X DELETE http://api.example.com/actions/projects/{project_id}/task-types/{task_type_id}/delete-tasks