open-consul/website/content/commands/namespace/delete.mdx
Zachary Shilton 5b53b5aef5
website: implement mktg 032 (#9953)
* website: migrate to new nav-data format

* website: clean up unused intro content

* website: remove deprecated sidebar_title from frontmatter

* website: add react-content to fix global style import issue
2021-04-07 15:50:38 -04:00

32 lines
580 B
Plaintext

---
layout: commands
page_title: 'Commands: Namespace Delete'
---
# Consul Namespace Delete
Command: `consul namespace delete`
<EnterpriseAlert />
This `namespace delete` command deletes a namespace. This was added in Consul Enterprise 1.7.0. If
ACLs are enabled then this command will require a token with `operator:write` privileges.
## Usage
Usage: `consul namespace delete <name>`
#### API Options
@include 'http_api_options_client.mdx'
@include 'http_api_options_server.mdx'
## Examples
Delete a Namespace:
```shell-session
$ consul namespace delete "team-1"
```