cURL
curl --request DELETE \ --url https://api.cal.com/v2/oauth-clients/{clientId}/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'x-cal-secret-key: <x-cal-secret-key>'
{ "status": "success", "data": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OAuth client secret key
success
error
"success"
Was this page helpful?