Endpoint
DELETE: /zoom_events/events/{eventid}/tickets/{ticketid}
Zoom events | Webinars | Hybrid , F2F | pre-registartion tickets
Description
We use auto approved registration and create tickets via API. How to track registration cancellations?The only way is to delete the ticket. But there is no way to track the cancellations for better data quality.
Instead of delete, can we have a “cancel ticket” and a clear status to denote the self-cancellation (not host rejection).
We have registartion status update in Zoom Webinars (still doesnot have a clear category of self-cancel vs reject). Similar status is not available in Zoom Events
STEPs to reproduce:
Sample event id: tTxXGWbaSj6TZni6lirUpw
Create a ticket: /zoom_events/events/{eventid}/tickets
Delete a ticket: /zoom_events/events/{eventid}/tickets/{ticketid}