Skip to content

Dismisses user notifications.

DELETE
/realms/{realm_id}/notifications
realm_id
required
string format: uuid

The id of the realm.

The notifications were successfully dismissed.

User was not found in request that requires authentication.

Generic response object

object
message
string
Examples

No authentication token given.

{
"message": "No authenticated user found."
}

User does not have required permissions to access board.

Generic response object

object
message
string
Examples

User is unauthorized to access board.

{
"message": "User does not have required permissions to access board."
}

Internal Server Error

string
Example
Internal Server Error