Delete a board
DELETE/v1/projects/:project_id/boards/:board_id
Refused while the board still has open cards (409 board_has_open_tasks) — close or delete them first. Deleting a board whose cards are all closed removes those cards and their transition history along with it.
Request
Responses
- 204
- 401
- 404
- 409
- 502
Board deleted.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The request conflicts with the resource's current state.
The upstream runtime could not complete the operation.