pub async fn delete_user(
configuration: &Configuration,
user_id: &str,
) -> Result<DeletedObject, Error<DeleteUserError>>
Expand description
Delete the specified user
pub async fn delete_user(
configuration: &Configuration,
user_id: &str,
) -> Result<DeletedObject, Error<DeleteUserError>>
Delete the specified user