Headers
value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
curl --request DELETE \
--url https://api.cal.com/v2/event-types/{eventTypeId}/webhooks \
--header 'Authorization: <authorization>'{
"status": "success",
"data": "<string>"
}curl --request DELETE \
--url https://api.cal.com/v2/event-types/{eventTypeId}/webhooks \
--header 'Authorization: <authorization>'{
"status": "success",
"data": "<string>"
}value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Was this page helpful?