API reference · Boards
DELETE/api/v1/boards/{id}

Delete board

Deletes a board by its UUID. This will fail if the board has associated tickets.

RBAC · ticket

Path parameters

idstring <uuid>Required
Board UUID.

Response codes

204
Board deleted successfully.
401
Authentication failed.
404
Board not found.