Deletes the task list with the specified id.

POST
To delete project task list, the user needs manage permissions on the project-planning-data feature. For a private task list no permissions are required.

Path parameters

projectIdstringRequired
The id of the project.
taskListIdstringRequired
The id of the task list.

Request

This endpoint expects an object.
deleteTasksbooleanOptional
Whether all tasks in this list should be deleted. If false or not set, the tasks will just be removed from the list.
deleteTimesbooleanOptional
Whether all times related to tasks in this list should be deleted. False by default.