Question
How can I determine the method used to delete a ticket in Zendesk?
Answer
Tickets can be deleted in different ways. Use the Incremental Ticket Event Export and analyze the results with the information below:
- If a ticket was deleted in the Zendesk UI,
via
showsWeb form
. - If a ticket was deleted with the API,
via
showsWeb service
. - If a ticket was deleted with the ticket deletion schedule,
via
showsWeb service
. This action will be executed as part of system updates. For this reason,updater_id
will return-1
as well.
For more information, see these articles: