v1
latestOpenAPI 3.0.32026-07-2415128381.3 KBComments
Delete a comment
Deletes a comment from the project. Authenticated user can only delete own comments.
Requires <code>write_comments</code> OAuth access scope.
delete/projects/{project_id}/keys/{key_id}/comments/{comment_id}
Path parameters
project_idstring required
A unique project identifier
key_idnumber required
A unique identifier of the key.
comment_idnumber required
A unique identifier of the comment.
Response
OK