---
title: "Delete a Webhook"
method: DELETE
path: "/notification/v1/connect/webhook/subscriptions/{id}"
tags: ["Webhooks"]
---

# Delete a Webhook

`DELETE /notification/v1/connect/webhook/subscriptions/{id}`

Deletes an existing webhook based on its ID. This endpoint allows partners to remove a previously registered webhook by specifying its unique identifier in the path parameter. The `id` parameter is required and must match the ID of the webhook to be deleted. Upon successful deletion, the service will no longer send POST requests to the webhook's URL for the specified scope. This operation helps partners manage and clean up their webhook configurations.

## Path parameters

- `id` string, required

## Response `200`

Webhook deleted successfully.

- object
  - `status` string — A message indicating the status of the response.
  - `msg` string — A message indicating the status of the response.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.
- `404` — Webhook not found.
- `500` — Server error.

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
