---
title: "Delete Announcement"
method: POST
path: "/rest/api/v1/deleteannouncement"
tags: ["Announcements"]
---

# Delete Announcement

`POST /rest/api/v1/deleteannouncement`

Delete an existing user-generated announcement.

## Query parameters

- `locale` string

## Request body

- DeleteAnnouncementRequest
  - `id` integer, required — The opaque id of the announcement to be deleted.

## Response `200`

OK

## Other responses

- `400` — Invalid request
- `401` — Not Authorized
- `429` — Too Many Requests

## Changes

- **2026-05-21** `7e5f596e884d` — 1 info
  - the endpoint scheme security `APIToken` was added to the API
- **2026-05-21** `d3f35444d235` — 1 info
  - the endpoint scheme security `APIToken` was removed from the API

[Change history](https://skmtc.dev/gleanwork/apis/glean-api/changes/rest/api/v1/deleteannouncement/post.md)

---

[API](https://skmtc.dev/gleanwork/apis/glean-api.md) · [All operations](https://skmtc.dev/gleanwork/apis/glean-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gleanwork/glean-api/revisions/7e5f596e884d/schema)
