

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 刪除自訂端點
<a name="aurora-endpoints-custom-deleting"></a>

使用 AWS 管理主控台 AWS CLI或 Amazon RDS API 刪除自訂端點。

## 主控台
<a name="aurora-delete-endpoint.console"></a>

若要使用 刪除自訂端點 AWS 管理主控台，請前往叢集詳細資訊頁面，選取適當的自訂端點，然後選取**刪除**動作。

![刪除自訂端點頁面。](http://docs.aws.amazon.com/zh_tw/AmazonRDS/latest/AuroraUserGuide/images/AuroraDeleteCustomEndpoint.png)


## AWS CLI
<a name="aurora-delete-endpoint.cli"></a>

若要使用 刪除自訂端點 AWS CLI，請執行 [delete-db-cluster-endpoint](https://docs.aws.amazon.com/cli/latest/reference/rds/delete-db-cluster-endpoint.html) 命令。

下列命令會刪除自訂端點。您不需要指定相關聯的叢集，但必須指定區域。

對於 Linux、macOS 或 Unix：

```
aws rds delete-db-cluster-endpoint --db-cluster-endpoint-identifier {{custom-end-point-id}} \
  --region {{region_name}}
```

在 Windows 中：

```
aws rds delete-db-cluster-endpoint --db-cluster-endpoint-identifier {{custom-end-point-id}} ^
  --region {{region_name}}
```

## RDS API
<a name="aurora-delete-endpoint.api"></a>

若要使用 RDS API 刪除自訂端點，請執行 [DeleteDBClusterEndpoint](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DeleteDBClusterEndpoint.html) 操作。