Trash or permanently delete a file
Regional
us.api.brault.app— follows the region selector in the top barMoves the file to the trash. permanent=true deletes the file and its versions irreversibly.
Authorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Path Parameters
fileId*string
Query Parameters
permanent?boolean
Default
falseResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v1/files/string"{ "object": "deleted", "id": "string", "deleted": true}