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

Path Parameters

clientId
string
required

Response

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

"success"

data
string
required