Skip to content

Delete Booking

DELETE
/venues/{venueId}/bookings/{bookingId}

Endpoint only ment to delete temporary bookings, not reservations.

Authorizations

OAuth2
clientCredentials Flow
Token URL"https://login.microsoftonline.com/{issuer}/oauth2/v2.0/token"
Scopes:
or
X-API-KEY

Is made available as part of the onboading/integration process.

Type
API Key (header: X-API-KEY)

Parameters

Header Parameters

X-API-KEY*

Client-specific key.

Type
string
Required

Responses

OK

application/json

Playground

Authorization
Headers

Samples

Powered by VitePress OpenAPI

Technical documentation for partners and integrators