DELETE
/
v2
/
oauth-clients
/
{clientId}
/
webhooks
curl --request DELETE \
  --url https://api.cal.com/v2/oauth-clients/{clientId}/webhooks \
  --header 'x-cal-secret-key: <x-cal-secret-key>'
{
  "status": "success",
  "data": "<string>"
}

Headers

x-cal-secret-key
string
required

OAuth client secret key

Path Parameters

clientId
string
required

Response

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

"success"

data
string
required