Delete all tasks for a given task type and project.

DELETE /actions/projects/{project_id}/task-types/{task_type_id}/delete-tasks

It's mainly used when tasks are created by mistake at the beginning of the project.

Path parameters

Responses

  • 204

    All tasks for given task type and project deleted

DELETE /actions/projects/{project_id}/task-types/{task_type_id}/delete-tasks
curl \
 -X DELETE http://localhost:8080/api/actions/projects/{project_id}/task-types/{task_type_id}/delete-tasks \
 -H "Authorization: $API_KEY"