v1

latestOpenAPI 3.1.0Proprietary2026-07-24660315.0 KB
Events

Request Event Cancellation

Request a cancellation token for an event. Canceling an event is irreversible — it notifies all guests, processes refunds, and permanently deletes the event. Because of this, cancellation uses a two-step flow: first request a token here, then pass it to /events/cancel to execute. The token expires after 15 minutes.

post/v1/events/cancel/request

Request body

event_idstring required

Event ID, this usually starts with evt-

Response

Successful response.

cancellation_tokenstring required

A short-lived token to confirm the cancellation. Expires after 15 minutes.

is_paidboolean required

Whether the event has paid guests. If true, you must pass should_refund in the confirm step.

guest_countnumber required

The number of approved guests for this event.