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

# Removes the tasks from the task list with the specified id.

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

<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

- string[]

## Response `204`

No Content

- object

---

[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)
