Feedspace Home Dashboard

How Do I Delete a Webhook in Feedspace?

Last updated on June 15, 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. If you only need to stop deliveries for a while, deactivate the webhook instead of deleting it so you can reactivate it later without reconfiguring everything.

Delete vs. Deactivate

Before proceeding, confirm that deletion is what you need:

  • Delete: Permanently removes the webhook. The endpoint URL, secret, and all event settings are gone. This action cannot be undone.
  • Deactivate: Pauses event delivery without removing anything. The webhook stays in your list with its configuration intact and can be reactivated at any time.

If you are unsure, choose deactivate. Only delete a webhook when you are certain you no longer need it.

Steps to Delete a Webhook

  1. In the left sidebar, click Automation under the Workspace section.
  2. Click the Webhook tab at the top of the Automation page.
  3. Find the webhook you want to delete in the list.
  4. Click the Delete icon or button in the Action column of that webhook row.
  5. 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.

Common Confusion

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.

Does deleting a webhook affect my plan’s webhook limit?

Yes. Deleting a webhook frees up one slot in your plan’s webhook limit. If you had reached the maximum number of webhooks, deleting one allows you to create a new webhook without needing to upgrade.

What You Can Do Next

  • If you deleted the webhook by mistake, go to the Webhook tab and click Create Webhook to set up a new one.
  • If you only need to pause delivery, use Deactivate on an existing webhook to suspend it without losing its configuration.
  • To update the events on a webhook without deleting it, click Edit in the webhook row.

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 or Deactivate a Webhook in Feedspace?

Overview Each webhook in Feedspace can be activated or deactivated at any time. Deactivating a webhook pauses event delivery to that endpoint without deleting the webhook. You can reactivate it later and it will resume sending events right away. How to Deactivate a Webhook The webhook status changes to inactive....

How Do I Edit a Webhook in Feedspace?

Overview You can update a webhook in Feedspace at any time without deleting and recreating it. Editable fields include the webhook name, the endpoint URL it posts to, and which review events trigger it. Changes take effect immediately after you save, and the webhook secret stays the same unless you...