

Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.

# Menghapus titik akhir kustom
<a name="aurora-endpoints-custom-deleting"></a>

Hapus titik akhir kustom menggunakan Konsol Manajemen AWS, AWS CLI, atau Amazon RDSAPI.

## Konsol
<a name="aurora-delete-endpoint.console"></a>

Untuk menghapus titik akhir kustom dengan Konsol Manajemen AWS, buka halaman detail cluster, pilih titik akhir kustom yang sesuai, dan pilih tindakan **Hapus**.

![\[Hapus halaman endpoint kustom.\]](http://docs.aws.amazon.com/id_id/AmazonRDS/latest/AuroraUserGuide/images/AuroraDeleteCustomEndpoint.png)


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

Untuk menghapus titik akhir kustom dengan AWS CLI, jalankan [delete-db-cluster-endpoint](https://docs.aws.amazon.com/cli/latest/reference/rds/delete-db-cluster-endpoint.html)perintah.

Perintah berikut akan menghapus titik akhir kustom. Anda tidak perlu menentukan klaster terkait, tetapi Anda harus menentukan wilayah.

Untuk Linux, macOS, atau Unix:

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

Untuk 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>

Untuk menghapus titik akhir kustom dengan RDSAPI, jalankan operasi [D eleteDBCluster Endpoint](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DeleteDBClusterEndpoint.html).