diff --git a/docs/cloud/security/aws-privatelink.md b/docs/cloud/security/aws-privatelink.md
index 0704bb2af79..d61dfa89984 100644
--- a/docs/cloud/security/aws-privatelink.md
+++ b/docs/cloud/security/aws-privatelink.md
@@ -195,83 +195,11 @@ There are various ways to configure DNS. Please set up DNS according to your spe
You need to point "DNS name", taken from [Obtain Endpoint "Service name" ](#obtain-endpoint-service-info) step, to AWS Endpoint network interfaces. This ensures that services/components within your VPC/Network can resolve it properly.
-### Add Endpoint ID to ClickHouse Cloud organization {#add-endpoint-id-to-clickhouse-cloud-organization}
-
-#### Option 1: ClickHouse Cloud console {#option-1-clickhouse-cloud-console-1}
-
-To add an endpoint to organization, proceed to the [Add Endpoint ID to service(s) allow list](#add-endpoint-id-to-services-allow-list) step. Adding the `Endpoint ID` using the ClickHouse Cloud console to the services allow list automatically adds it to organization.
-
-To remove an endpoint, open **Organization details -> Private Endpoints** and click the delete button to remove the endpoint.
-
-
-
-#### Option 2: API {#option-2-api-1}
-
-Set the following environment variables before running any commands:
-
-```bash
-REGION=
-PROVIDER=aws
-KEY_ID=
-KEY_SECRET=
-ORG_ID=
-SERVICE_NAME=
-```
-
-Set the `ENDPOINT_ID` environment variable using data from [Create AWS Endpoint](#create-aws-endpoint) step.
-
-To add an endpoint, run:
-
-```bash
-cat <