---
title: "Delete webhook"
method: DELETE
path: "/v1/projects/{projectId}/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Delete webhook

`DELETE /v1/projects/{projectId}/webhooks/{webhookId}`

Deletes an already created webhook.

## Path parameters

- `projectId` string, required
- `webhookId` string, required

## Response `204`

Webhook deleted

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `500` — InternalServerError

---

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