Deletes the task list with the specified id.

To delete project task list, the user needs manage permissions on the project-planning-data feature. <Check title="Required Permissions">Any authenticated user.</Check>

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the entity.
taskListIdstringRequiredformat: "uuid"
The id of the task list.

Request

The form used to delete the task list with the specified id.
deleteTasksboolean or nullOptional
Whether all tasks in this list should be deleted. If false or not set, the tasks will just be removed from the list.
deleteTimesboolean or nullOptional
Whether all times related to tasks in this list should be deleted. False by default.

Response

No Content