Skip to main content
DELETE
/
beta
/
evm
/
subscriptions
/
webhooks
/
{webhookId}
Delete a webhook
curl --request DELETE \
  --url https://api.sim.dune.com/beta/evm/subscriptions/webhooks/{webhookId} \
  --header 'X-Sim-Api-Key: <x-sim-api-key>'
This response does not have an example.
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

Headers

X-Sim-Api-Key
string
required

Used for authenticating requests. Provide an API key with a purpose of Sim API. See Authentication.

Path Parameters

webhookId
string<uuid>
required

The unique identifier of the webhook.

Response

Webhook deleted successfully. No response body.