You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/content/docs/commands/storage-buckets/delete.mdx

43 lines
1.4 KiB

---
layout: docs
page_title: storage-buckets delete - Command
description: >-
The "storage-buckets delete" deletes existing storage bucket resources.
---
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
> [!IMPORTANT]
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
# storage-buckets delete
<EnterpriseAlert product="boundary">This feature requires <a href="https://www.hashicorp.com/products/boundary">HCP Boundary or Boundary Enterprise</a></EnterpriseAlert>
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
<CodeBlockConfig hideClipboard>
```shell-session
$ boundary storage-buckets delete [options] [args]
```
</CodeBlockConfig>
### Command options
- `-id=<string>` - The ID of the storage bucket you want to delete.
@include 'cmd-option-note.mdx'