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

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.