DELETE
/
v2
/
event-types
/
{eventTypeId}
/
private-links
/
{linkId}
Delete a private link for an event type
curl --request DELETE \
  --url https://api.cal.com/v2/event-types/{eventTypeId}/private-links/{linkId} \
  --header 'Authorization: <authorization>'
{
  "status": "success",
  "data": {
    "linkId": "abc123def456",
    "message": "Private link deleted successfully"
  }
}

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

Path Parameters

eventTypeId
number
required

Response

200 - application/json

The response is of type object.