0%
SupportNotify API
How Do I Delete a Webhook?

How Do I Delete a Webhook?

Written by Author headshotKilliane Menand
Published on October 7, 20241 min read

Deleting a webhook with Alchemy can be done in two ways: through the Alchemy Dashboard or via the Delete Webhook API. Below are the steps for both methods.

Follow these steps to delete a webhook directly from your Alchemy Dashboard:

  1. Log in to your Alchemy account at Alchemy Dashboard.

  2. On the left-hand panel, navigate to Webhooks under the Data Services section.

  3. You’ll see a list of webhooks you’ve created. Find the webhook you want to delete.

  4. Click on the three dots next to the webhook, then select Delete from the dropdown menu.

  5. Confirm the deletion, and your webhook will be removed.

Note: This section will be illustrated with images to guide you through the process.

You can also delete a webhook programmatically using Alchemy’s Delete Webhook API.

Follow these steps:

  1. Find your webhook ID: You’ll need the webhook_id of the webhook you wish to delete.

  2. Get your X-Alchemy-Token:

    1. Log in to the Alchemy Dashboard.

    2. Click on Webhooks in the left panel under Data Services.

    3. At the top-right corner of the Webhooks page, click on the Auth Token button.

    4. Copy your X-Alchemy-Token from here.

  3. Make the API Call: Use the deleteWebhook API and include the webhook_id and X-Alchemy-Token in the request. You can refer to the API documentation for more details on how to structure your call.

By following either of these methods, you can easily delete webhooks as needed.

📘 For further assistance, please refer to our API documentation or open a ticket!

Was this article helpful?
Share:
Banner background image

Not finding what you need?