Delete an announcement
Announcements
Delete an announcement
Deletes the announcement and cascades to per-user
user_announcement_state rows. Requires announcements:write
permission. Rate-limited to 50 calls per minute.
DELETE
Delete an announcement
Authorizations
User-bound credential carrying an identity: either a session JWT
or a user access token (at:*) generated from the user settings UI.
Send as Authorization: Bearer <token>.
Org API keys (iak_*) are not accepted here - they carry
no user identity. Use the x-prismeai-api-key header instead
(see OrgApiKeyAuth).
Path Parameters
Announcement identifier.
Maximum string length:
64Pattern:
^[a-zA-Z0-9_-]+$Response
Announcement deleted.