pub async fn delete_user_with_id(
    configuration: &Configuration,
    user_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    hard_delete: Option<&str>,
    user_delete_single_request: Option<UserDeleteSingleRequest>
) -> Result<(), Error<DeleteUserWithIdError>>
Expand description

Deletes the user based on the given request (sent to the API as JSON). This permanently deletes all information, metrics, reports and data associated with the user. OR Deletes the user for the given Id. This permanently deletes all information, metrics, reports and data associated with the user. OR Deactivates the user with the given Id.