DELETE

Cancel Reservation


Cancels ticket reservation and returns tickets to stock.

Permissions
Manage Events - all permissions
Manage Orders
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/events/v1/checkout/reservations/{id}

Path Params
idstringRequired

Reservation ID.

Query Params
eventIdstringRequired

Event ID.

Response Object
Returns an empty object.
Cancel Reservation Example 1
Request
cURL
curl -X DELETE 'https://www.wixapis.com/events/v1/events/fd56076c-38f4-4705-b9eb-ec322b85c745/tickets/reservation/1fe76e20-efa0-4330-be44-2a8b2ca3c208' \ -H 'Authorization: <AUTH TOKEN>'
Response
JSON
{}
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?