---
title: "Archive webhook subscription"
method: DELETE
path: "/accounts/{account_id}/webhooks/subscriptions/{subscription_id}"
tags: ["Webhooks"]
---

# Archive webhook subscription

`DELETE /accounts/{account_id}/webhooks/subscriptions/{subscription_id}`

Sets an **active** subscription to **archived** so it no longer receives webhooks. Event subscriptions and delivery history are retained. Returns **409** if the subscription is already archived.

## Path parameters

- `account_id` string, required — ID of the resource
- `subscription_id` string, required — ID of the resource

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict

---

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