DELETE
/
api
/
v1
/
external
/
booking
/
{id}
Cancel a booking by id
curl --request DELETE \
  --url http://dev-backend-1.guestme.space/api/v1/external/booking/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Booking ID

Response

200

OK