# Delete a Board Delete a public Board by specifying its ID. Endpoint: DELETE /1/boards/{boardId} Version: 1.0.0 Security: configuration_key ## Path parameters: - `boardId` (string, required) The unique identifier (ID) of a Board. ## Response 401 fields (application/json): - `error` (string) ## Response 404 fields (application/json): - `error` (string) ## Response 429 fields (application/json): - `error` (string) ## Response default fields (application/json): - `error` (string)