cURL
curl --request DELETE \ --url https://api.soharhealth.com/v1/webhooks/{endpointId} \ --header 'Authorization: Bearer <token>'
{ "error": "invalid_request_error", "param": "endpointId" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success