Announcements
Dismiss Announcement
Dismiss a specific announcement for the current user (hides it from active announcements)
POST
Headers
string
required
Bearer token for authentication
string
required
The tenant ID to scope the announcement
Path Parameters
integer
required
The unique identifier of the announcement to dismiss
Response
boolean
Indicates if the request was successful
string
Success message
Notes
- This endpoint creates or updates an
announcement_readsrecord for the current user - Sets the
dismissedflag totrueanddismissed_attimestamp to the current time - Dismissed announcements will not appear in the
/activeendpoint results - If the announcement is already dismissed, the operation is idempotent
- Only announcements belonging to the specified tenant can be dismissed
- Dismissing an announcement also automatically marks it as read