Page cover

access-key-delete

The box access-key-delete command deletes an existing access key for a specific object storage instance. This command removes both the access key and its associated secret access key.

Usage

cldkctl box access-key-delete [flags]

Steps

Follow the steps below to run and view the result of this command:

  1. View the list of access keys to find the Access Key ID you want to delete. Refer to the Box Access Key List section.

  2. Run the following command in your terminal:

cldkctl box access-key-delete <access-key-id>
  1. Replace <access-key-id> with the ID of the access key you wish to remove.

  2. Once completed successfully, a message “✓ Successfully deleted access key object storage!” will appear in your terminal.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for box access-key-delete command.

Last updated