Delete Ticket Comment

DELETE/api/ticket-comments/{id}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area
curl -X DELETE "https://yoursite.com/api/ticket-comments/123" \
  -H "authtoken: YOUR_API_TOKEN"

Success-Response:

HTTP/1.1 200 OK
{
  "status": 200,
  "messages": {"success": "Comment delete success"}
}
MethodDELETE
Path/api/ticket-comments/{id}
GroupTicket Comments
Sincev1.0.0
Defined inRestApi/Controllers/TicketCommentsController.php