---
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

> 7 revisions in range; 2 not diffed.

- **2024-12-11** `d8ab20275861` — 2 info
  - added the optional property `error/payment_intent/invoice/anyOf[subschema #2: Invoice]/charge/anyOf[subschema #2: Charge]/payment_method_details/anyOf[subschema #1: payment_method_details]/card/network_transaction_id` to the response with the `default` status
  - added the optional property `error/payment_intent/latest_charge/anyOf[subschema #2: Charge]/payment_method_details/anyOf[subschema #1: payment_method_details]/card/network_transaction_id` to the response with the `default` status
- …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/e970df54dcb9/schema)
