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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenantId
required
string
notificationId
required
string
Responses
Section titled “ Responses ”OK
object
Bad Request
object
message
string
code
string
Too Many Requests
object
message
string
code
string