Remove a Comment for an Issue #
DELETE /issue/{issue}/comment/{comment} #
Remove issue comment
Parameters:Name | Type | Description |
---|---|---|
issue | issueById | ID of an issue, from which a comment should be deleted. |
comment | commentByid | ID of a comment to delete. |
permanently | boolean | If true, the specified comment will be deleted permanently, that is: deleted comment cannot be restored afterwords. By default, this parameter is set to 'false' |
Sample #
RequestDELETE https://example.com/youtrack/rest/issue/HBR-60/comment/42-310?permanently=true Cookie: $Version=0; JSESSIONID=j9wmm40hwk3t1lp8e11l9p0d4; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=MTVhMjY2OGUxMTUxMTI5MGMzNjhlZWM5NTJiNGJkNmIyNzc3NjdjZmM3YWU4MTVjYzQwYWE1MWZlYTkwNTcxNzphcHBfZXhjZXB0aW9u; $Path=/
Last modified: 8 July 2019