Deleting an Object Storage API Key from a Cluster

Delete an API key that's used to connect a Big Data Service cluster to Object Storage

When you delete an Object Storage API key, all user access to run Object Storage jobs on the Big Data Service clusters is revoked.

    1. On the Clusters list page, select the cluster that you want to work with. If you need help finding the list page or the cluster, see Listing Clusters in a Compartment.
    2. On the Cluster details page, under Resources select API keys.
    3. From the Actions menu Actions Menu of the API key that you want to delete, select Delete.
    4. To confirm the deletion, enter the key alias of the key.
    5. Select Delete.
  • Use the oci bds bds-api-key delete command and required parameters to delete an Object Storage API key.

    oci bds bds-api-key delete --api-key-id <api_key_id> --bds-instance-id <bds_instance_id> [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference for Big Data.

  • Use the DeleteBdsApiKey operation to delete an Object Storage API key.