---
title: "deleteKanbanBoard"
method: DELETE
path: "/v1/kanban/board/{boardId}"
tags: ["Kanban"]
---

# deleteKanbanBoard

`DELETE /v1/kanban/board/{boardId}`

Permanently deletes a Kanban board by ID. This action is irreversible.

## Path parameters

- `boardId` string, required

## Response `200`

Successfully deleted board

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `404` — Board not found
- `500` — Internal server error

---

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