Brault Developers

Trash or permanently delete a folder

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

Moves the folder to the trash. permanent=true deletes it and its contents irreversibly.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

folderId*string

Query Parameters

permanent?boolean
Defaultfalse

Response Body

application/json

application/json

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