Skip to main content

Delete Response

DELETE /tickets/:ticket_id/posts/:post_id/


Example URL

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


PATH Parameters

ParameterTypeRequiredDescription
ticket_idnumberYesTechnical ID of the ticket from which the comment/post will be deleted
post_idnumberYesID of the post to be deleted

Example Response:

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