curl --request DELETE \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/event-types/{eventTypeId}/private-links/{linkId}
{
"status": "success",
"data": {
"linkId": "abc123def456",
"message": "Private link deleted successfully"
}
}
curl --request DELETE \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/event-types/{eventTypeId}/private-links/{linkId}
{
"status": "success",
"data": {
"linkId": "abc123def456",
"message": "Private link deleted successfully"
}
}
For non-platform customers - value must be Bearer <token>
where <token>
is api key prefixed with cal_
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
The response is of type object
.