---
title: "Delete Webhook"
method: DELETE
path: "/webhooks/{id}/"
tags: ["webhooks"]
---

# Delete Webhook

`DELETE /webhooks/{id}/`

Delete specific registered webhook

## Path parameters

- `id` integer, required

## Response `200`

Successful Response

- WebhookReturn — Schema for returning only id
  - `id` integer, required

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
