v1

latestOpenAPI 3.1.02026-07-1744202324.0 KB
Comments

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.

status200 required

The status of the request.

errorfalse required

For successful requests, this value is always false.