44 lines
1.0 KiB
Plaintext
Raw Normal View History

---
layout: commands
2020-04-07 14:55:19 -04:00
page_title: 'Commands: Namespace Delete'
---
# Consul Namespace Delete
Command: `consul namespace delete`
2022-01-11 08:26:58 -05:00
Corresponding HTTP API Endpoint: [\[DELETE\] /v1/namespace/:name](/api-docs/namespaces#delete-a-namespace)
<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.
The table below shows this command's [required ACLs](/api-docs#authentication). Configuration of
[blocking queries](/api-docs/features/blocking) and [agent caching](/api-docs/features/caching)
are not supported from commands, but may be from the corresponding HTTP endpoint.
| ACL Required |
| ---------------- |
| `operator:write` |
## Usage
Usage: `consul namespace delete <name>`
#### API Options
@include 'http_api_partition_options.mdx'
2020-04-07 14:55:19 -04:00
@include 'http_api_options_client.mdx'
2020-04-07 19:56:08 -04:00
2020-04-07 14:55:19 -04:00
@include 'http_api_options_server.mdx'
## Examples
Delete a Namespace:
2020-05-19 14:32:38 -04:00
```shell-session
$ consul namespace delete "team-1"
```