---
title: "DELETE /tasks/{taskId}/checklists/{checklistId}"
method: DELETE
path: "/tasks/{taskId}/checklists/{checklistId}"
tags: ["slash-task-check-list"]
---

# DELETE /tasks/{taskId}/checklists/{checklistId}

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

## Path parameters

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

## Response `200`

OK

- ResponseFormat
  - `success` boolean
  - `message` string
  - `data` unknown
  - `errorCode` integer
  - `errors` unknown

## Changes

- **2026-08-19** `f1eea337ff61` — 1 info
  - api operation id `deleteCheckListForTask` removed and replaced with `deleteCheckListForTask_1`
- **2026-08-08** `237f5bbd4029` — 2 breaking
  - the `data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `errors` response's property type/format changed from `object`/`` to ``/`` for status `200`

[Change history](https://skmtc.dev/astravue/apis/astravue-api/changes/tasks/:taskId/checklists/:checklistId/delete.md)

---

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