Skip to main content
DELETE
/
v1
/
webhooks
/
{endpointId}
Delete Webhook
curl --request DELETE \
  --url https://api.soharhealth.com/v1/webhooks/{endpointId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "invalid_request_error",
  "param": "endpointId"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success