DELETE
/
v2
/
oauth-clients
/
{clientId}
/
webhooks
/
{webhookId}
curl --request DELETE \
  --url https://api.cal.com/v2/oauth-clients/{clientId}/webhooks/{webhookId}
{
  "status": "success",
  "data": {
    "payloadTemplate": "{\"content\":\"A new event has been scheduled\",\"type\":\"{{type}}\",\"name\":\"{{title}}\",\"organizer\":\"{{organizer.name}}\",\"booker\":\"{{attendees.0.name}}\"}",
    "oAuthClientId": "<string>",
    "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