Brault Developers

Delete a version

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

Irreversible: the version’s bytes and every comment attached to it are deleted. This is not a trash operation.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

fileId*string
versionId*string

Response Body

application/json

application/json

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