Endpoint
Authentication
Requires authentication withticket:delete permission.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string (UUID) | Yes | Ticket ID to delete |
Request Example
Response
Success Response (204)
No content returned - the ticket has been successfully deleted.Error Response (400)
Error Response (404)
Error Response (401)
Error Response (403)
Notes
- This operation permanently deletes the ticket from the database
- The deletion cannot be undone
- Consider using Change Ticket Status to mark as
CANCELLEDinstead of deleting - Only users with
ticket:deletepermission can perform this operation - The ticket and all its associated data (attachments, notes) are removed