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