@startuml participant ":Nutzer" as Nutzer participant "nutzerdatenbank:Nutzerdatenbank" as Nutzerdatenbank 'the reason for the self request is that the user needs to check if there are any open orders Nutzer --> Nutzer : deleteAccount() Nutzer --> Nutzerdatenbank : removeAccount(this) @enduml