Deletes the task list with the specified id.
To delete project task list, the user needs manage permissions on the project-planning-data feature.
Required Permissions
Any authenticated user.Path parameters
projectId
The id of the entity.
taskListId
The id of the task list.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
deleteTasks
Whether all tasks in this list should be deleted.
If false or not set, the tasks will just be removed from the list.
deleteTimes
Whether all times related to tasks in this list should be deleted.
False by default.
Response
No Content