Function delete_user

Source
async fn delete_user(name: String) -> Result<(), ServerFnError>
Expand description

Server function to delete a user

Removes a user from the local database.