---
title: "Api Webhooks Destroy"
method: DELETE
path: "/api/webhooks/{id}/"
tags: ["webhooks"]
---

# Api Webhooks Destroy

`DELETE /api/webhooks/{id}/`

GET /api/webhooks/<id>/ - Retrieve webhook details
PATCH /api/webhooks/<id>/ - Update webhook
DELETE /api/webhooks/<id>/ - Delete webhook

Query Parameters (GET):
    - is_including_secrets (boolean, optional): Set to 'true' to reveal secrets (default: false)

Request Body (PATCH):
    - url (string, optional): Update webhook URL
    - name (string, optional): Update webhook name
    - active (boolean, optional): Update active status
    - event_type (string, optional): Update event type

Response:
    - Webhook object (secrets included only if is_including_secrets=true)

## Path parameters

- `id` integer, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

---

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