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:
View the list of access keys to find the Access Key ID you want to delete. Refer to the Box Access Key List section.
Run the following command in your terminal:
cldkctl box access-key-delete <access-key-id>Replace
<access-key-id>with the ID of the access key you wish to remove.Once completed successfully, a message “✓ Successfully deleted access key object storage!” will appear in your terminal.

Flags
Flag
Description
-h, --help
Help for box access-key-delete command.
Last updated
