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