Deletes invitee data for specified invitee emails. Enterprise-only.
curl --request POST \
--url https://api.calendly.com/data_compliance/invitee_deletion \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"emails": [
"jsmith@example.com"
]
}
'Documentation Index
Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.calendly.com/data_compliance/invitee_deletion \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"emails": [
"jsmith@example.com"
]
}
'