Brault Developers

Remove a file from a board

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

Removes the membership and this board’s values for the file. The file itself stays where it lives. A file that is not on the board answers 404.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

boardId*string
fileId*string

Response Body

application/json

application/json

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