v1

latestOpenAPI 3.1.0Proprietary2026-07-24660315.0 KB
Events

Cancel Event

Cancel an event. You must first call /events/cancel/request to get a cancellation_token, then pass it here. This is irreversible — the event will be deleted, all guests will be notified, and refunds will be processed if should_refund is true. For paid events, you must specify should_refund.

post/v1/events/cancel

Request body

event_idstring required

Event ID, this usually starts with evt-

cancellation_tokenstring required

The cancellation token returned from the request endpoint.

should_refundboolean

Whether to refund paid guests. Required if the event has paid guests.

Response

Successful response.

object required

Empty response