cURL
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.
2024-09-04
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Bearer <token>
<token>
Response status
"success"
Deleted link information
Show child attributes
Was this page helpful?