Sign in

Remove webhook subscription

documented

Stop receiving webhook events for the specified product/event.

DELETE /webhooks/v1/accounts/{accountReference}/subscriptions/{productId}/{eventId}Rich Content APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://connect.esendex.com/webhooks/v1/accounts/{{$accountReference}}/subscriptions/{{$productId}}/{{$eventId}}" \
  -X DELETE \
  -H "Authorization: {{ESENDEX_WEBHOOKS_SUBSCRIPTION_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"