---
title: "Deletes a checklist item from a task."
method: DELETE
path: "/tasks/{taskId}/checklistitems/{checklistItemId}"
tags: ["checklistItems"]
---

# Deletes a checklist item from a task.

`DELETE /tasks/{taskId}/checklistitems/{checklistItemId}`

<Check title="Required Permissions" icon="key">The user must have at least `write` permissions on the specified task.</Check>

## Path parameters

- `taskId` string, uuid, required
- `checklistItemId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `204`

No Content

- object

## Other responses

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

---

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