---
title: "Unsubscribe to Webhook"
method: DELETE
path: "/{webhook_id}"
tags: ["Webhooks"]
---

# Unsubscribe to Webhook

`DELETE /{webhook_id}`

Unsubscribe from a webhook subscription using the `webhook_id` obtained during the subscription process.
Use an [authenticated](https://docs.developer.yelp.com/docs/authorization-code-workflow)
DELETE to the `https://api.yelp.com/v3/webhooks/{webhook_id}` endpoint.

## Path parameters

- `webhook_id` string, required

## Response `204`

204 No Content - Webhook successfully unsubscribed

- object

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `404` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.net/yelp/apis/businesses.md) · [All operations](https://skmtc.net/yelp/apis/businesses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yelp/businesses/revisions/d3f744f55ed7/schema)
