---
title: "Delete webhook"
method: DELETE
path: "/v2/webhooks/{webhook_id}"
tags: ["Webhook"]
---

# Delete webhook

`DELETE /v2/webhooks/{webhook_id}`

Delete a webhook by its Id.

## Path parameters

- `webhook_id` string, required

## Response `200`

- object
  - `id` string — Webhook Id.
  - `message` string — Delete message.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Webhook not found
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
