v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Public

Cancel a booking (via token)

Cancel a booking using the cancel_token from the booking confirmation. Sends cancellation emails to both attendee and host.

post/v1/cancel/{token}

Path parameters

tokenstring required

Response

Default Response

statusstring
uidstring

Example response

{
  "status": "cancelled",
  "uid": "bk_abc123def456"
}