---
title: "Deletes a web hook"
method: DELETE
path: "/dashboards/{dashboard_id}/hooks/{webhook_id}"
tags: ["Webhooks"]
---

# Deletes a web hook

`DELETE /dashboards/{dashboard_id}/hooks/{webhook_id}`

Removes a web hook from a phone number.

## Path parameters

- `dashboard_id` integer, required
- `webhook_id` integer, required

## Response `204`

The webhook was deleted successfully.

## Other responses

- `400` — Bad request. Sent if required properties are omitted or invalid.
- `401` — Unauthorized. Sent if the API key is omitted or invalid.

---

[API](https://skmtc.net/textrequest/apis/text-request-api-v3.md) · [All operations](https://skmtc.net/textrequest/apis/text-request-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textrequest/text-request-api-v3/revisions/e4e42efcd650/schema)
