Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 692 Bytes

File metadata and controls

18 lines (15 loc) · 692 Bytes
title Delete Webhook
sidebarTitle Delete Webhook
description Permanently delete a webhook subscription.
openapi /openapi.json DELETE /beta/evm/subscriptions/webhooks/{webhookId}

Permanently deletes a webhook subscription. This action cannot be undone.

Deleting a webhook is permanent. If you only need to temporarily stop receiving events, consider using the [Update Webhook](/evm/subscriptions/update-webhook) endpoint to set `active: false` instead.

After deletion:

  • No new webhook deliveries will be sent
  • The webhook ID becomes invalid
  • All subscribed addresses are removed
  • Historical delivery logs may still be visible in your dev portal