Deleting a CA Bundle

Delete a CA bundle if you no longer need it.

    1. On the CA Bundles list page, select the name of the CA bundle that you want to delete. If you need help finding the list page, see Listing CA Bundles.

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

    2. Select Delete.
    3. To confirm the deletion, enter the bundle name exactly as it appears, and then select 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.