curl --request DELETE \
--url https://api.cal.com/v2/teams/{teamId}/event-types/{eventTypeId}/webhooks \
--header 'Authorization: <authorization>'{
"status": "success",
"data": "<string>"
}curl --request DELETE \
--url https://api.cal.com/v2/teams/{teamId}/event-types/{eventTypeId}/webhooks \
--header 'Authorization: <authorization>'{
"status": "success",
"data": "<string>"
}Was this page helpful?