Skip to main content
DELETE
Delete a webhook
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 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

Authorizations

X-Sim-Api-Key
string
header
required

API key for authentication. Obtain your key from the Dune dashboard at sim.dune.com.

Path Parameters

webhookId
string<uuid>
required

The unique identifier of the webhook.

Response

Webhook deleted successfully. No response body.