DELETE
/
v2
/
event-types
/
{eventTypeId}
/
webhooks
/
{webhookId}
curl --request DELETE \
  --url https://api.cal.com/v2/event-types/{eventTypeId}/webhooks/{webhookId}
{
  "status": "success",
  "data": {
    "payloadTemplate": "{\"content\":\"A new event has been scheduled\",\"type\":\"{{type}}\",\"name\":\"{{title}}\",\"organizer\":\"{{organizer.name}}\",\"booker\":\"{{attendees.0.name}}\"}",
    "eventTypeId": 123,
    "id": 123,
    "triggers": [
      {}
    ],
    "subscriberUrl": "<string>",
    "active": true,
    "secret": "<string>"
  }
}

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required