POST
/
bookings
/
{booking_sid}
/
cancel
Cancel a booking
curl --request POST \
  --url https://{workspace}.neetocal.com/api/external/v1/bookings/{booking_sid}/cancel \
  --header 'X-Api-Key: <x-api-key>'
{
  "message": "<string>"
}
Replace {your-workspace} with your workspace’s subdomain.
Learn how to find your subdomain in Identifying your subdomain.

Headers

X-Api-Key
string
required

You can generate an API key from the NeetoCal API Keys dashboard.

Path Parameters

booking_sid
string
required

Id of the booking that you want to cancel.

Example:

"hda6gxy"

Query Parameters

cancel_reason
string

Reason for cancelling the booking.

Response

200
application/json

OK - Booking cancel successful

The response is of type object.