---
layout: docs
page_title: storage-buckets delete - Command
description: |-
The "storage-buckets delete" command lets you delete Boundary storage buckets.
---
# storage-buckets delete
This feature requires HCP Boundary or Boundary Enterprise
Command: `boundary storage-buckets delete`
The `boundary storage-buckets delete` command lets you delete Boundary storage buckets.
## Example
This example deletes a storage bucket with the ID `_1234567890`:
```shell-session
$ boundary storage-buckets delete -id _1234567890
```
## Usage
```shell-session
$ boundary storage-buckets delete [options] [args]
```
### Command options
- `-id=` - The ID of the storage bucket you want to delete.
@include 'cmd-option-note.mdx'