Brault Developers

Delete a board

Regionalus.api.brault.appfollows the region selector in the top bar
DELETE
/v1/boards/{boardId}

Permanent: there is no trash for boards. The board’s properties, options, memberships and values go with it; the files themselves are untouched.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

boardId*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/boards/string"
{  "object": "deleted",  "id": "string",  "deleted": true}