Brault Developers

Trash or permanently delete a file

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

Moves the file to the trash. permanent=true deletes the file and its versions irreversibly.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

fileId*string

Query Parameters

permanent?boolean
Defaultfalse

Response Body

application/json

application/json

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