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>"
}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.
OAuth client secret key
Was this page helpful?