storage delete
Delete a Storage Account
storage delete
Synopsis
Description
Delete a specified storage account, prompting for confirmation before deleting. This operation does delete the underlying platforms.
Examples
The basic usage of this command is for deleting a storage account. When running the command below, you will be prompted to confirm whether you want to actually delete the storage account.
If you are running the command in a script (or do not want to be prompted), you can specify the --force
command line flag.
Positional Arguments
STORAGE_ID
STORAGE_ID
The user-defined ID of the storage account to delete.
Flags
--force
--force
Force the deletion without prompting for confirmation.
Last updated