Skip to main content
DELETE
/
v1
/
admin
/
finance
/
bookings
/
{bookingId}
/
guarantees
/
{guaranteeId}
Delete a booking guarantee
curl --request DELETE \
  --url https://{operatorDomain}/v1/admin/finance/bookings/{bookingId}/guarantees/{guaranteeId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

bookingId
string
required
guaranteeId
string
required

Response

200

Deleted