Skip to content

Dismiss a non-blocking notification by id

POST
/api/v1/{tenantId}/notifications/{notificationId}/dismiss

Removes the notification from the RevoCore-side recent buffer. Idempotent: dismissing an unknown id returns success. Does not affect blocking-recovery errors — those continue to surface via the recovery-action flow.

Plugin API access: this operation accepts a plugin JWT (PluginBearer) for its own tenant.

tenantId
required
string
notificationId
required
string

OK

object

Bad Request

object
message
string
nullable
code
string
nullable

Too Many Requests

object
message
string
nullable
code
string
nullable