Skip to main content
DELETE
/
appointments
/
{appointmentId}
/
slots
/
{slotId}
/
attendees
/
{consumerId}
cURL
curl --request DELETE \
  --url https://admin.fanfare.io/api/appointments/{appointmentId}/slots/{slotId}/attendees/{consumerId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Fanfare secret key. Keep secret credentials on your server.

Path Parameters

appointmentId
string
required
slotId
string
required
consumerId
string
required

Response

Appointment cancelled successfully

message
string
required
success
boolean
required