Deleting a Private Endpoint

Learn how to delete an External Key Management private endpoint.

    1. Open the navigation menu , select Identity & Security, and then select Private Endpoints.
    2. On the Private Endpoints page, find a private endpoint in the list and select the Actions menu (three dots) for the Private Endpoint entry in the list.
    3. Select Delete.
    4. In the Confirm dialog box, select Delete to confirm.
  • Open a command prompt and run oci kms ekm ekms-private-endpoint delete to delete a private endpoint:

    oci kms ekm ekms-private-endpoint delete --ekms-private-endpoint-id, --defined-tags

    Example

    --ekms-private-endpoint-id "ocid1.ekmsprivateendpoint.region1.sea.aeezmswpspiaa.abexamplekhf7t52cxoqe6vvb4pwajr"

    Avoid entering confidential information.

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the DeleteEkmsPrivate Endpoint API to delete a private endpoint in External Key Management.

    Note

    Each region has a unique endpoint for create, update, and list operations for secrets. This endpoint is referred to as the control plane URL or secret management endpoint. Each region also has a unique endpoint for operations related to retrieving secret contents. This endpoint is known as the data plane URL or the secret retrieval endpoint. For regional endpoints, see the API Documentation.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.