Skip to main content
DELETE
/
webhook-subscriptions
/
{webhook_subscription}
Delete a webhook subscription
curl --request DELETE \
  --url https://app.ezyshield.com.au/api/webhook-subscriptions/{webhook_subscription} \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

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

Path Parameters

webhook_subscription
string
required

The webhook subscription ID. Example: wh_sub_01jz8v2q4x...

Response

No content

Required array length: 0 element