Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Delete a webhook endpoint


Delete a webhook endpoint

DELETE / v1 / webhook_endpoints /:id

You can also delete webhook endpoints via the webhook endpoint management page of the Stripe dashboard.

Parameters

No parameters.

Returns

An object with the deleted webhook endpoint’s ID. Otherwise, this call raises an error, such as if the webhook endpoint has already been deleted.

Response

{ "id": "we_1Mr5jULkdIwHu7ix1ibLTM0x", "object": "webhook_endpoint", "deleted": true}
Last verified 2026-09-24

Is this helpful?