Booking Cancel
This endpoint use DELETE method with the booking_id of your boooking to cancel it. Request headers have to include the token on the authentication key.
Endpoint
DELETE https://{{base_url}}/api-v2/booking/{booking_id}/
Response format and explanation of every field
Response
{
"booking_id": "904638",
"reference_number": "",
"is_active": false
}