/booking/:id - DeleteBooking
DELETE {{host}}/booking/1
Request that allows you to delete a Booking within the API.
Authorisation
This request requires you to be authorised. Which can be done in one of two ways:
- Basic Auth - Create a basic authorization header using Basic Auth with the credentials admin/password123
- Cookie based - Create a cookie header with the value
token=abc123
. To get a valid token, send a request toPOST /auth
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Cookie | string |