This API operation lets you delete the made webcambooking for the authenticated user.
POST
/v1/Webcam/DeleteMadeBookings
Property | Type | Description |
---|---|---|
BookingIDs |
string | Required. A comma delimited string of IDs of the webcam bookings. |
This endpoint has a prerequisite which affect the current WebcamBooking.
Property | Type | Description |
---|---|---|
Status |
string | The Status must be either Rejected , Confirmed or Cancelled . |
Parameters can be passed to this operation using the HTTP POST method with serialized JSON in the request body.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.
This endpoint requires the following scope:
Scope |
---|
account_webcam_bookings |
Property | Type | Description |
---|---|---|
BookingID |
integer | The ID of the webcambooking. |
Deleted |
boolean | Indicates if the bookings has been deleted. |
Message |
string | The message of the delete action. Possible values are:
|
The following example shows the data returned from the sample above.