Attendees
Remove an existing attendee
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Attendees
Remove an existing attendee
DELETE
/
attendees
/
{id}
curl --request DELETE \
--url https://api.cal.com/v1/attendees/{id}
{
"message": "OK, attendee removed successfully"
}
Authorizations
Path Parameters
ID of the attendee to delete
Query Parameters
Your API key
Response
201
application/json
OK, attendee removed successfully
Was this page helpful?
curl --request DELETE \
--url https://api.cal.com/v1/attendees/{id}
{
"message": "OK, attendee removed successfully"
}