DELETE
/
attendees
/
{id}
curl --request DELETE \
  --url https://api.cal.com/v1/attendees/{id}
{
  "message": "OK, attendee removed successfully"
}

Authorizations

apiKey
string
query
required

Path Parameters

id
integer
required

ID of the attendee to delete

Query Parameters

apiKey
string
required

Your API key

Response

201
application/json
OK, attendee removed successfully
message
string