Files
nomad/website/content/docs/commands/acl/auth-method/delete.mdx
Aimee Ukasick 23fd87d9c9 Docs: Commands section move "General options" to page bottom (#26001)
* sectionless files plus acl section

* alloc section

* config, deployment sections

* job section

* licence, namespace

* node, node-pool

* operator

* plugin, quota, recommendation

* scaling, sentinel, server, service, system, var, volume

* Add "ENT" label to left nav for enterprise commands

* job tag break into separate folder and files; update options header
2025-06-12 14:31:38 -05:00

32 lines
747 B
Plaintext

---
layout: docs
page_title: 'nomad acl auth-method delete command reference'
description: |
The `nomad auth-method delete command` deletes an existing access control list (ACL) authentication method.
---
# `nomad`acl auth-method delete` command reference
The `acl auth-method delete` command is used to delete existing ACL Auth Methods.
## Usage
```plaintext
nomad acl auth-method delete [options] <auth-method_name>
```
The `acl auth-method delete` command requires an existing method's name.
## Examples
Delete an existing ACL Auth Method:
```shell-session
$ nomad acl auth-method delete example-auth-method
ACL auth method example-auth-method successfully deleted
```
## General options
@include 'general_options_no_namespace.mdx'