Stop forwarding leads to a webhook
remove_webhookRemove a webhook from a page (pageId) or from a whole website (siteId) so leads stop being forwarded to it. The leads themselves are still captured and remain available via list_leads. A page cannot remove a webhook it inherits from its site; remove that one with siteId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The webhook URL to remove (from list_webhooks). | |
| pageId | No | Attach to a single page (id from list_pages). Give this or siteId. | |
| siteId | No | Attach to a whole website, so every page in it forwards leads there (id from list_sites). Give this or pageId. Usually the right choice for a CRM or automation that should cover the whole website. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The stored URL that was removed. | |
| note | Yes | ||
| scope | Yes | Whether this concerns one page or a whole website. | |
| pageId | Yes | Set when scope is page. | |
| siteId | Yes | Set when scope is site. | |
| removed | Yes | Always true; a miss is an error result. | |
| remaining | Yes |