Home//
REST API Reference
/- Delete a ticket
Reply to a ticket
Add tag to a ticket
Remove tag from a ticket
Link a conversation to a ticket
Unlink a conversation from a ticket
Create a ticket
Enqueue create ticket
Update a ticket
Retrieve a ticket
Change ticket type
Search tickets
Ticket
Contacts
Ticket Part
Ticket State
Ticket State
Ticket Type
Delete a ticket
Irreversible operation
Deleting a ticket is permanent and cannot be reversed.
Deleting a ticket permanently removes it from the inbox. All sensitive data is deleted, including admin and user replies, ticket attributes, uploads, and related content. The ticket will still appear in reporting, though some data may be incomplete due to the deletion.
Security
bearerAuth
Intercom-Versionstring(intercom_version)
Intercom API version.
By default, it's equal to the version set in the app package.
Default:"Preview"
Enum:"1.0""1.1""1.2""1.3""1.4""2.0""2.1""2.2""2.3""2.4"
Example:Preview
- The production API serverhttps://api.intercom.io/tickets/{id}
- The european API serverhttps://api.eu.intercom.io/tickets/{id}
- The australian API serverhttps://api.au.intercom.io/tickets/{id}
curl -i -X DELETE \
'https://api.intercom.io/tickets/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: Preview'Response
{ "id": "632", "object": "ticket", "deleted": true }