Authorizations
Path Parameters
ID of the attendee to delete
Query Parameters
Your API key
Response
OK, attendee removed successfully
The response is of type object
.
curl --request DELETE \
--url https://api.cal.com/v1/attendees/{id}
{
"message": "OK, attendee removed successfully"
}
curl --request DELETE \
--url https://api.cal.com/v1/attendees/{id}
{
"message": "OK, attendee removed successfully"
}
ID of the attendee to delete
Your API key
OK, attendee removed successfully
The response is of type object
.
Was this page helpful?