Remove a file from a board
Regional
us.api.brault.app— follows the region selector in the top barRemoves 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.
Authorization
apiKey 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}