curl --request DELETE \
--url https://api.cal.com/v2/event-types/{eventTypeId}/private-links/{linkId} \
--header 'Authorization: <authorization>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success",
"data": {
"linkId": "abc123def456",
"message": "Private link deleted successfully"
}
}curl --request DELETE \
--url https://api.cal.com/v2/event-types/{eventTypeId}/private-links/{linkId} \
--header 'Authorization: <authorization>' \
--header 'cal-api-version: <cal-api-version>'{
"status": "success",
"data": {
"linkId": "abc123def456",
"message": "Private link deleted successfully"
}
}Must be set to 2024-09-04. Returns the full booking URL including org slug and event slug.
value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Was this page helpful?