Skip to main content
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: 200
string
Example: Booking "Example" was successfully deleted.
object
any
string
Example: 2021-04-15T12:19:07Z
string
Example: john@example.com
any
boolean
Example: true
Example Response

Example Request