---
title: "Remove webhook"
method: POST
path: "/content/RemoveWebhook"
tags: ["Content"]
---

# Remove webhook

`POST /content/RemoveWebhook`

Remove a registered webhook

## Request body

- object
  - `id` string, required — ID of the webhook to remove

## Response `200`

Webhook removed

- object
  - `success` boolean — Whether the operation was successful

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

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