post https://{api_url}/api/v5/admin//bookings//cancel
Cancels an existing booking
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Cancels an existing booking
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
10curl --request POST \
--url https://example.jrni.com/api/v5/admin/company_id/bookings/id/cancel \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"notify": true,
"refund_payment": true
}
'
Try It!
to start a request and see the response here! Or choose an example: