

# Deleting a Lake Formation connection with IAM Identity Center


 If you would like to delete an existing IAM Identity Center integration, you can do it using Lake Formation console, Amazon CLI, or [DeleteLakeFormationIdentityCenterConfiguration](https://docs.amazonaws.cn/lake-formation/latest/APIReference/API_DeleteLakeFormationIdentityCenterConfiguration.html) operation.

------
#### [ Amazon Web Services Management Console ]

**To delete an existing IAM Identity Center connection with Lake Formation**

1. Sign in to the Amazon Web Services Management Console, and open the Lake Formation console at [https://console.amazonaws.cn/lakeformation/](https://console.amazonaws.cn/lakeformation/).

1. In the left navigation pane, select **IAM Identity Center integration**.

1. Select **Delete** on the **IAM Identity Center integration** page.

1. On the **Confirm integration** screen, confirm the action, and select **Delete**.

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

You can delete IAM Identity Center integration by running the following Amazon CLI command. 

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

------