Endpoints
📆Delete resource booking
Deletes a boking based on the booking unique Id and the marketplace which made it.
DELETE
📆Delete resource booking
📆Delete resource booking
Deletes a boking based on the booking unique Id and the marketplace which made it.Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.Request Body
string
required
The id of the booking to delete.
string
required
The id of the marketplace performing this action
Response
200
integer
Example:
200string
Example:
Booking "Example" was successfully deleted.object
any
string
Example:
2021-04-15T12:19:07Zstring
Example:
john@example.comany
boolean
Example:
trueExample Response
Example Request
📆Delete resource booking