DELETE
/
attendees
/
{id}
Remove an existing attendee
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

OK, attendee removed successfully

The response is of type object.