---
title: "Delete webhook"
method: DELETE
path: "/v1/twitter/stream/webhooks/{webhook_id}"
tags: ["Stream Webhooks"]
---

# Delete webhook

`DELETE /v1/twitter/stream/webhooks/{webhook_id}`

Permanently delete a webhook endpoint. The stream monitor will continue operating but will no longer deliver to this webhook URL.

## Path parameters

- `webhook_id` string, required

## Response `204`

Webhook deleted successfully.

## Other responses

- `401` — Authentication failed. The API key is missing, invalid, or expired.
- `402` — Insufficient credits. Your account balance has been exhausted. Purchase more credits at https://scrapebadger.com/dashboard/billing.
- `429` — Rate limit exceeded. Too many requests in a given time period. Implement exponential backoff and retry.

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
