---
title: "Delete a webhook subscription"
method: DELETE
path: "/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Delete a webhook subscription

`DELETE /webhooks/{webhook_id}`

Remove a webhook subscription. Deliveries stop immediately. The n8n trigger
    node calls this on deactivate.

    Authentication:
    - API key with READ_WRITE permission

## Path parameters

- `webhook_id` string, uuid, required

## Response `200`

Subscription deleted

- unknown

## Other responses

- `400` — Invalid request data
- `401` — Invalid or missing API key
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1.md) · [All operations](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yourang/yourang-ai-external-api-v1/versions/49680ee64400/schema)
