Skip to main content

Delete Comment

DELETE /tickets/:ticket_id/comments/:comment_id/


URL Example

https://system_domain/api/v2/tickets/123/comments/36982/


PATH Parameters

ParameterTypeRequiredDescription
ticket_idnumberYesTechnical ID of the ticket from which the comment will be deleted
comment_idnumberYesComment ID

Response Example:

Response Example
{
"errors": [
{
"code": "s-204",
"title": "No content",
"details": "Сomment with id {36982} successfully deleted"
}
]
}