Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancel an attendee’s appointment slot booking
cURL
curl --request DELETE \ --url https://admin.fanfare.io/api/appointments/{appointmentId}/slots/{slotId}/attendees/{consumerId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "success": true }
Fanfare secret key. Keep secret credentials on your server.
Appointment cancelled successfully