v1
latestOpenAPI 3.1.02026-07-1750229379.2 KBComments
Delete a comment
Deletes a specific comment. Only the person who made the comment is allowed to delete it.
delete/v1/files/{file_key}/comments/{comment_id}
Path parameters
file_keystring required
File to delete comment from. This can be a file key or branch key. Use GET /v1/files/:key with the branch_data query param to get the branch key.
comment_idstring required
Comment id of comment to delete
Response
Response from the DELETE /v1/files/{file_key}/comments/{comment_id} endpoint.