Delete tasks for type

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

Delete all tasks for a task type in a project. Useful when tasks were created by mistake at project start.

Path parameters

  • project_id string Required
  • task_type_id string Required

Responses

  • 204

    All tasks for given task type and project deleted

DELETE /actions/projects/{project_id}/task-types/{task_type_id}/delete-tasks
curl \
 --request DELETE 'http://api.example.com/actions/projects/a24a6ea4-ce75-4665-a070-57453082c25/task-types/a24a6ea4-ce75-4665-a070-57453082c25/delete-tasks' \
 --header "Authorization: $API_KEY"