Brault Developers

Delete a comment

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

The author, or an owner or admin of the brandspace. Permanent, and it deletes the comment’s replies.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

fileId*string
commentId*string

Response Body

application/json

application/json

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