---
title: "Deletes the task list with the specified id."
method: POST
path: "/projects/{projectId}/tasklists/{taskListId}/delete"
tags: ["taskLists"]
---

# Deletes the task list with the specified id.

`POST /projects/{projectId}/tasklists/{taskListId}/delete`

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>

## Path parameters

- `projectId` string, uuid, required
- `taskListId` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- TaskListDeleteForm
  - `deleteTasks` boolean, nullable — Whether all tasks in this list should be deleted. If false or not set, the tasks will just be removed from the list.
  - `deleteTimes` boolean, nullable — Whether all times related to tasks in this list should be deleted. False by default.

## Response `204`

No Content

- object

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.dev/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/revisions/a13e7c704262/schema)
