Deleting a custom endpoint - Amazon Aurora
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Deleting a custom endpoint

Delete a custom endpoint using the Amazon Web Services Management Console, Amazon CLI, or the Amazon RDS API.

To delete a custom endpoint with the Amazon Web Services Management Console, go to the cluster detail page, select the appropriate custom endpoint, and select the Delete action.

Delete custom endpoint page.

To delete a custom endpoint with the Amazon CLI, run the delete-db-cluster-endpoint command.

The following command deletes a custom endpoint. You don't need to specify the associated cluster, but you must specify the region.

For Linux, macOS, or Unix:

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

For Windows:

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

To delete a custom endpoint with the RDS API, run the DeleteDBClusterEndpoint operation.