

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 删除 Lake Formation 与 IAM Identity Center 的连接


 如果您想删除现有的 IAM 身份中心集成，可以使用 Lake Formation 控制台或[DeleteLakeFormationIdentityCenterConfiguration](https://docs.amazonaws.cn/lake-formation/latest/APIReference/API_DeleteLakeFormationIdentityCenterConfiguration.html)操作来删除。 Amazon CLI

------
#### [ Amazon Web Services 管理控制台 ]

**删除 IAM Identity Center 与 Lake Formation 的现有连接**

1. 登录并打开 Lake Amazon Web Services 管理控制台 Formation 控制台，网址为[https://console.aws.amazon.com/lakeformation/](https://console.amazonaws.cn/lakeformation/)。

1. 在左侧导航窗格中，选择 **IAM Identity Center 集成**。

1. 在 **IAM Identity Center 集成**页面上选择**删除**。

1. 在**确认集成**屏幕上，确认该操作，然后选择**删除**。

------
#### [ Amazon CLI ]

您可以通过运行以下 Amazon CLI 命令删除 IAM Identity Center 集成。

```
 aws lakeformation delete-lake-formation-identity-center-configuration \
     --catalog-id <123456789012>
```

------