Delete Comment
DELETE /tickets/:ticket_id/comments/:comment_id/
URL Example
https://system_domain/api/v2/tickets/123/comments/36982/
PATH Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
ticket_id | number | Yes | Technical ID of the ticket from which the comment will be deleted |
comment_id | number | Yes | Comment ID |
Response Example:
Response Example
{
"errors": [
{
"code": "s-204",
"title": "No content",
"details": "Сomment with id {36982} successfully deleted"
}
]
}