Function ccash_rs::methods::admin::delete_user[][src]

pub async fn delete_user(
    session: &CCashSession,
    admin_user: &CCashUser,
    username: &str
) -> Result<(), CCashError>
Expand description

Removes a user associated with the username on the CCash instance described by session. This function requires that admin_user to be the admin account for the CCash instance.