---
title: "Delete a webhook"
method: DELETE
path: "/v3/webhooks/{id}"
tags: ["Webhooks"]
---

# Delete a webhook

`DELETE /v3/webhooks/{id}`

Deletes a webhook for the authenticated customer.

## Path parameters

- `id` string, uuid, required

## Headers

- `x-profile-id` string, uuid

## Response `204`

Webhook deleted successfully

## Other responses

- `400` — Invalid webhook ID
- `401` — Unauthorized - Invalid API credentials
- `403` — Forbidden
- `404` — Webhook not found
- `500` — Internal server error

---

[API](https://skmtc.net/sentdm/apis/sent-dm-api-v3.md) · [All operations](https://skmtc.net/sentdm/apis/sent-dm-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sentdm/sent-dm-api-v3/versions/c451eca46f1b/schema)
