# Disabling webhooks

### &#x20;[About disabling webhooks](#about-disabling-webhooks) <a href="#about-disabling-webhooks" id="about-disabling-webhooks"></a>

You can disable a webhook that was previously enabled for an organization or Shopwaive App.

To disable a webhook, you can choose to deactivate or delete it. When you deactivate a webhook, the webhook deliveries will stop, and you can choose to reactivate the webhook at a later time. When you delete a webhook, it cannot be restored.

For more information, see "[About webhooks](/reference/about-webhooks.md)" and "[Creating webhooks.](/reference/creating-webhooks.md)"

### [Disabling an organization webhook](#disabling-an-organization-webhook) <a href="#disabling-an-organization-webhook" id="disabling-an-organization-webhook"></a>

To disable an organization webhook, you can deactivate or delete it. Only organization owners can disable webhooks in an organization.

You can use the Shopwaive web interface or the [REST API](https://api.shopwaive.com) to delete an organization webhook. For more information about using the [REST API](https://api.shopwaive.com) to delete an organization webhook, see "[Organization webhooks](/reference/creating-webhooks.md#creating-an-organization-webhook)."

1. In the upper-right corner of any page on Shopwaive, click your initial avatar.
2. Click **Settings**.
3. Scroll to **Webhooks**.
4. Under "Webhooks", locate the webhook you'd like to disable.
5. Disable the webhook by either deactivating or deleting it:
   1. To *deactivate* the webhook:
      1. Click **Edit**.
      2. Deselect **Active**.
      3. Click **Update webhook**.
   2. To *delete* the webhook, click **Delete**. This action cannot be undone.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://webhooks.shopwaive.com/reference/disabling-webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
