v1

latestOpenAPI 3.0.02026-07-17121287546.7 KB
Deprecated: Platform / Webhooks

Delete a webhook

<Warning>These endpoints are deprecated and will be removed in the future.</Warning>

delete/v2/oauth-clients/{clientId}/webhooks/{webhookId}

Path parameters

webhookIdstring required
clientIdstring required

Headers

x-cal-secret-keystring required

OAuth client secret key

Response

status'success' | 'error' required

Example response

{
  "status": "success",
  "data": {
    "payloadTemplate": "{\"content\":\"A new event has been scheduled\",\"type\":\"{{type}}\",\"name\":\"{{title}}\",\"organizer\":\"{{organizer.name}}\",\"booker\":\"{{attendees.0.name}}\"}"
  }
}