Delete a version
Regional
us.api.brault.app— follows the region selector in the top barIrreversible: the version’s bytes and every comment attached to it are deleted. This is not a trash operation.
Authorization
apiKey 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}