Skip to main content
DELETE
/
file_comments
/
{file_comment_id}
Delete File Comment
curl --request DELETE \
  --url https://app.usequeue.com/api/v1/file_comments/{file_comment_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_comment_id
string
required

Response

200 - application/json

File comment deleted successfully

success
boolean
Example:

true