---
title: "Delete a checklist of a parent task"
method: DELETE
path: "/v1/tasks/{taskId}/checklists/{checklistId}"
tags: ["Tasks Checklist"]
---

# Delete a checklist of a parent task

`DELETE /v1/tasks/{taskId}/checklists/{checklistId}`

Delete the given checklist item and close the gap it leaves in the checklist order

## Path parameters

- `taskId` integer, required
- `checklistId` integer, required

## Headers

- `X-Org-Id` integer, required

## Response `204`

Checklist deleted successfully

---

[API](https://skmtc.net/astravue/apis/astravue-api.md) · [All operations](https://skmtc.net/astravue/apis/astravue-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astravue/astravue-api/revisions/c2b39b2c43c5/schema)
