Feedspace Home Dashboard

How Do I Delete a Webhook in Feedspace?

Last updated on June 25, 2026

Overview

Deleting a webhook in Feedspace permanently removes that endpoint from your workspace. As soon as you confirm the deletion, Feedspace stops sending event payloads to that URL. The endpoint URL, secret, and event configuration are all erased and cannot be recovered.

Steps to delete a webhook

  1. Log in to your Feedspace dashboard.
  2. In the left sidebar, click Automation under the Workspace section.
  3. Click the Webhook tab at the top of the Automation page.
  4. Find the webhook you want to delete in the list.
  5. Click the trash icon in the Action column of that webhook row.
  6. A confirmation modal appears with the message: “All the automations that you have set on this endpoint will be stopped.” Click Remove to confirm the deletion.

The webhook is removed immediately. Feedspace will no longer send any event payloads to that endpoint.

What happens after deletion

  • Event delivery to the deleted endpoint stops immediately. No further payloads are sent.
  • The webhook cannot be recovered. You would need to create a new webhook and reconfigure the endpoint URL and event selections from scratch.
  • If you have workflows in an external tool (such as Zapier, Make, or Pabbly Connect) that relied on this webhook endpoint, those workflows will stop receiving data. Update or remove them to avoid errors on the receiving side.

What’s next

  • If you deleted the webhook by mistake, go to the Webhook tab and click Create Webhook to set up a new one.
  • To update the events on a webhook without deleting it, click the Events button on the webhook row.

Common questions

Can I undo a webhook deletion?

No. Deletion is permanent. Once you click Remove in the confirmation modal, the webhook and all its settings are erased. There is no restore or undo option.

I deleted a webhook by mistake. What should I do?

You will need to create a new webhook with the same endpoint URL and reconfigure the event selections. Go to the Webhook tab and click Create Webhook to start over.

You might also find helpful

How Do I Create a Webhook in Feedspace?

Overview A webhook in Feedspace sends real-time data to a URL you control whenever a review event occurs. You create the webhook by entering your server’s endpoint URL, and then select which review events should trigger it. This lets you receive notifications or trigger workflows in your own system the...

How Do I Activate a Webhook in Feedspace?

Overview Every webhook in Feedspace starts in an inactive state after it is created. An inactive webhook does not send any event data to your endpoint. You need to activate it once before it begins delivering payloads. Steps to activate a webhook What’s next Common questions Why does my new...

How Do I Edit a Webhook in Feedspace?

Overview After creating a webhook in Feedspace, you can update which review events it listens to at any time. The endpoint URL cannot be changed after creation. If you need to point a webhook at a different server, delete it and create a new one with the correct URL. How...