The Cancel Booking API allows users to cancel an existing booking. By providing the booking uid, the API will update the booking status to “Cancelled”. This action may trigger notifications or other processes depending on the system’s configuration.
Request
Authorization
Add parameter in header
X-Jicoo-Api-Key
Example:
X-Jicoo-Api-Key: ********************
Path Params
Body Params application/json
Example
{}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/v1/bookings//cancel' \
--header'Content-Type: application/json' \
--header'X-Jicoo-Api-Key;' \
--data-raw'{}'