---
title: "clearDefaultKanbanBoard"
method: DELETE
path: "/v1/kanban/org/default-board"
tags: ["Kanban"]
---

# clearDefaultKanbanBoard

`DELETE /v1/kanban/org/default-board`

Removes the default board configuration for the organization.

After calling this endpoint, `getKanbanBoard` with `boardId=default` will return a 404 until a new default is set.

## Response `200`

Successfully cleared default board

- object
  - `message` string
  - `default_board_id` string, nullable

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `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)
