Remove webhook subscription
documentedStop receiving webhook events for the specified product/event.
DELETE /webhooks/v1/accounts/{accountReference}/subscriptions/{productId}/{eventId}Rich Content APIno implementation yet0 runsNo 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"