Delete Message
gorgias_delete_messagePermanently delete a specific message from a Gorgias ticket using its message ID and ticket ID. This action is irreversible and does not delete the parent ticket.
Instructions
DELETE /api/tickets/{ticket_id}/messages/{id} — Permanently delete a specific message from a ticket. Deletion is irreversible. The parent ticket is not deleted. Returns 200 OK with an empty body on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the message to delete | |
| ticket_id | Yes | The unique ID of the ticket that contains the message to delete |