---
title: "Delete webhook"
method: DELETE
path: "/seller/webhooks/{webhookId}"
tags: ["seller-webhooks"]
---

# Delete webhook

`DELETE /seller/webhooks/{webhookId}`

Delete a webhook endpoint owned by the authenticated seller.

Use this endpoint to remove deprecated integrations, rotate to a replacement endpoint, or clean up unused environments.

Behavior notes:

- Deletion is permanent for the webhook record.
- Returns 204 with no response body when deletion succeeds.
- Returns 404 when the webhook does not exist or is not owned by the current seller.

Safe rollout guidance:

1. Create and verify a replacement endpoint first when continuity is required.
2. Disable the old endpoint before deletion if you want a staged cutover.
3. Call GET /seller/webhooks to confirm the endpoint has been removed.

## Path parameters

- `webhookId` string, required — Identifier of the webhook endpoint to delete

## Response `204`

Webhook deleted

## Other responses

- `404` — Webhook or seller not found

---

[API](https://skmtc.net/managem/apis/managem-api.md) · [All operations](https://skmtc.net/managem/apis/managem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/managem/managem-api/versions/6367b514f6ea/schema)
