---
title: "Clear System Broadcast"
method: DELETE
path: "/api/system-broadcast"
tags: ["System Broadcast"]
---

# Clear System Broadcast

`DELETE /api/system-broadcast`

Retract the active update warning. system_admin only.

Retracts on BOTH surfaces: drops the banner and takes the announcement off
/avisos. Clearing only the Redis key would leave a withdrawn message
readable by every user of every tenant indefinitely while the UI says it is
gone. (The per-worker startup auto-clear in app/main.py stays cache-only —
it fires 5x per deploy and must not touch the archive.)

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/8492136eefc5/schema)
