Skip to main content
DELETE
/
api
/
my-bookings
/
{booking_id}
Cancel a user's own booking
curl --request DELETE \
  --url https://tandem.hlofiys.xyz/api/my-bookings/{booking_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

booking_id
integer<int64>
required

The unique identifier of the user's own booking to delete.

Response

Your booking was successfully deleted