Deleting a CA Bundle

Delete a CA bundle if you no longer need it.

    1. Open the navigation menu and click Identity & Security.
    2. Under Certificates, click CA Bundles.
    3. From the list of CA bundles in the compartment, click the name of the CA bundle that you want to delete.

      To find a CA bundle in a different compartment, under List scope, choose a different compartment.

    4. Click Delete.
    5. To confirm the deletion, enter the bundle name exactly as it appears, and then click Delete.
  • Use the oci certs-mgmt ca-bundle delete command and required parameters to delete a CA bundle:

    oci certs-mgmt ca-bundle delete --ca-bundle-id <CAbundle_OCID>

    For example:

    oci certs-mgmt ca-bundle delete --ca-bundle-id ocid1.cabundle.oc1.<region>.<unique_id>

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

  • Run the DeleteCaBundle operation to delete a CA bundle.