---
title: "[Set Up Your Project] - Delete a Webhook"
description: How to delete a webhook in Contentstack using the UI or via API reference.
url: https://www.contentstack.com/docs/developers/set-up-webhooks/delete-a-webhook
product: Contentstack
doc_type: how-to
audience:
  - developers
  - administrators
version: unknown
last_updated: 2026-03-26
---

# [Set Up Your Project] - Delete a Webhook

This page explains how to delete a webhook in Contentstack and points to the API reference for deleting a webhook via an API request. It is intended for developers or stack administrators who manage webhooks and should be used when a webhook is no longer needed.

## Delete a Webhook

Contentstack allows you to delete a [webhook](/docs/developers/set-up-webhooks/about-webhooks) if you no longer need it.

To delete a webhook, log in to your [Contentstack account](https://www.contentstack.com/login), go to your [stack](/docs/developers/set-up-stack/about-stack), and perform the following steps:
- Click the “Settings” icon (press “S”) on the left navigation panel, and select **Webhooks** (press “alt + W” for Windows OS, and “option + W” for Mac OS).
- Click the vertical ellipses in the **Actions** column for the webhook you want to delete, then select the **Delete** option from the dropdown menu.
- Confirm the **Delete **action.

## API Reference

To delete a webhook via API request, refer to the [Delete webhook](/docs/developers/apis/content-management-api#delete-webhook) API request.

## Common questions

### Can I delete a webhook if I no longer need it?
Yes, Contentstack allows you to delete a [webhook](/docs/developers/set-up-webhooks/about-webhooks) if you no longer need it.

### Where do I find the option to delete a webhook in the UI?
In your stack, go to **Settings** → **Webhooks**, then use the vertical ellipses in the **Actions** column for the webhook and select **Delete**.

### Is there an API request to delete a webhook?
Yes. Refer to the [Delete webhook](/docs/developers/apis/content-management-api#delete-webhook) API request.

### Do I need to confirm the deletion?
Yes, you must confirm the **Delete **action.