v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskLists

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" icon="key">Any authenticated user.</Check>

post/projects/{projectId}/tasklists/{taskListId}/delete

Path parameters

projectIdstring uuid required

The id of the project.

taskListIdstring uuid required

The id of the task list.

Headers

Authorizationstring required

Bearer authentication

Request body

deleteTasksboolean nullable

Whether all tasks in this list should be deleted. If false or not set, the tasks will just be removed from the list.

deleteTimesboolean nullable

Whether all times related to tasks in this list should be deleted. False by default.

Response

No Content

object required