Skip to main content
POST
/
appointments
/
{appointmentId}
/
cancel
cURL
curl --request POST \
  --url https://consumer.fanfare.io/api/appointments/{appointmentId}/cancel \
  --header 'Content-Type: application/json' \
  --data '
{
  "slotId": "<string>"
}
'
{
  "bookingId": "<string>",
  "message": "<string>"
}

Path Parameters

appointmentId
string
required

Body

application/json
slotId
string
required
locationId
string | null
reason
string | null

Response

Appointment cancelled successfully

bookingId
string
required
message
string
required