# storage delete

## storage delete

### Synopsis

```shell
omics workbench storage delete STORAGE_ID
  [--force]
```

### 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.

```shell
omics workbench storage delete my-aws-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.

```shell
omics workbench storage delete my-aws-account
  --force
```

### Positional Arguments

#### `STORAGE_ID`

The user-defined ID of the storage account to delete.

## Flags

### `--force`

Force the deletion without prompting for confirmation.
