---
title: "Delete a webhook endpoint"
method: DELETE
path: "/v1/webhook_endpoints/{webhook_endpoint}"
---

# Delete a webhook endpoint

`DELETE /v1/webhook_endpoints/{webhook_endpoint}`

You can also delete webhook endpoints via the [webhook endpoint management](https://dashboard.stripe.com/account/webhooks) page of the Stripe dashboard.

## Path parameters

- `webhook_endpoint` string, required

## Response `200`

Successful response.

- DeletedWebhookEndpoint
  - `deleted` true, required — Always true for a deleted object
  - `id` string, required — Unique identifier for the object.
  - `object` 'webhook_endpoint', required — String representing the object's type. Objects of the same type share the same value.

## Other responses

- `default` — Error response.

## Changes

> 8 revisions in range; 2 not diffed.

- **2024-12-14** `46de54073359` — 16 warning
  - added the new `al_tin` enum value to the `error/payment_intent/invoice/anyOf[subschema #2: Invoice]/account_tax_ids/items/anyOf[subschema #2: tax_id]/type` response property for the response status `default`
  - added the new `al_tin` enum value to the `error/payment_intent/invoice/anyOf[subschema #2: Invoice]/customer_tax_ids/items/type` response property for the response status `default`
  - added the new `al_tin` enum value to the `error/payment_intent/invoice/anyOf[subschema #2: Invoice]/lines/data/items/invoice_item/anyOf[subschema #2: InvoiceItem]/subscription/anyOf[subschema #2: Subscription]/invoice_settings/account_tax_ids/items/anyOf[subschema #2: tax_id]/type` response property for the response status `default`
  - added the new `al_tin` enum value to the `error/payment_intent/invoice/anyOf[subschema #2: Invoice]/lines/data/items/invoice_item/anyOf[subschema #2: InvoiceItem]/subscription/anyOf[subschema #2: Subscription]/schedule/anyOf[subschema #2: SubscriptionSchedule]/default_settings/invoice_settings/account_tax_ids/items/anyOf[subschema #2: tax_id]/type` response property for the response status `default`
  - …12 more
  - …this revision’s changelog is incomplete
- …earlier changes not shown

[Full history](https://skmtc.dev/stripe/apis/spec3/changes/v1/webhook_endpoints/:webhook_endpoint/delete.md)

---

[API](https://skmtc.dev/stripe/apis/spec3.md) · [All operations](https://skmtc.dev/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/46de54073359/schema)
