Brault Developers

Delete a reply

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

The author, or an owner or admin of the brandspace. Permanent.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

fileId*string
commentId*string
replyId*string

Response Body

application/json

application/json

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