Booking Cancel

Cancel a reservation

Cancel a reservation. Verify can also be used to verify that reservation was canceled

Header

Content-Type: application/x-www-form-urlencoded

GET

/booking_cancel/:reservation_id

Parameter

FieldTypeDescription
reservation_idStringThe reservation ID.

Success Response (200)

Same as reservations creation response


{success}

Error responses

Error Response Response (500)


 {
        "error_code": 1,
        "message": "An error occured"
   }

Authorization Error Response Response (401)

 {
        "error_code": 10,
        "message": "Unauthorized"
 }