---
title: "Delete webhook subscriber by ID"
method: DELETE
path: "/webhooks/subscriber/{id}"
tags: ["Webhooks"]
---

# Delete webhook subscriber by ID

`DELETE /webhooks/subscriber/{id}`

Deletes a webhook subscriber by ID.

## Path parameters

- `id` string, required

## Response `200`

Webhook subscriber successfully deleted

## Other responses

- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found
- `500` — An unexpected error occurred on the server

---

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