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

Path Parameters

webhookId
string
required

Response

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