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

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

Removes the user. This function requires the user to be a valid username and password otherwise the endpoint will return an error.