Delete a comment on an issue
Deprecated
DELETE
/repositories/{workspace}/{repo_slug}/issues/{issue_id}/comments/{comment_id}
Deletes the specified comment.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” comment_id
required
integer format: int64
The id of the comment.
issue_id
required
string
The issue id
repo_slug
required
string
This can either be the repository slug or the UUID of the repository,
surrounded by curly-braces, for example: {repository UUID}.
workspace
required
string
This can either be the workspace ID (slug) or the workspace UUID
surrounded by curly-braces, for example: {workspace UUID}.
Responses
Section titled “ Responses ”Indicates successful deletion.