Skip to main content
DELETE
/
v1
/
admin
/
bookings
/
{id}
Delete a booking
curl --request DELETE \
  --url https://{operatorDomain}/v1/admin/bookings/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "01J9ZB...",
    "status": "confirmed",
    "bookingNumber": "BK-100245",
    "productId": "prod_01J9",
    "currency": "EUR",
    "totalAmount": 124900,
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Response

200 - application/json

Deleted booking

data
object