Delete event
Permanently deletes an event. Requires the event:write scope.
Only events that have no tickets and no participants can be deleted. Deleting an event permanently removes the event and all of its sub-data (sessions, FAQs, tags, translations, hosts, attachments, etc.). Events that have tickets or participants cannot be deleted via this API (409); delete them on the RocketPunch Enterprise web.
Authorizations
Access token for user-context authentication. Send it in the Authorization: Bearer <jwt> header. Use the token your OAuth client app obtained via the Authorization Code + PKCE flow.
Headers
Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.
"ko"
Path Parameters
Event ID
Response
Deleted successfully (empty body). The event and all of its sub-data are permanently removed.