open-consul/website/pages/docs/commands/namespace/delete.mdx
Blake Covarrubias 6e3b3a3f04
Add callouts to Enterprise features (#7548)
Label all enterprise-related content with Enterprise badge/callout.

Resolves #6887

Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2020-04-28 12:53:29 -04:00

33 lines
590 B
Plaintext

---
layout: docs
page_title: 'Commands: Namespace Delete'
sidebar_title: 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
$ consul namespace delete "team-1"
```