v1

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

Delete all webhooks

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

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

Path parameters

clientIdstring required

Headers

x-cal-secret-keystring required

OAuth client secret key

Response

status'success' | 'error' required
datastring required

Example response

{
  "status": "success"
}