Files
nomad/website/content/docs/commands/acl/binding-rule/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
779 B
Plaintext

---
layout: docs
page_title: 'nomad acl binding-rule delete command reference'
description: |
The `nomad acl binding-rule delete` command delete an existing access control list (ACL) binding rule.
---
# `nomad acl binding-rule delete` command reference
The `acl binding-rule delete` command is used to delete existing ACL Binding Rules.
## Usage
```plaintext
nomad acl binding-rule delete [options] <binding-rule_id>
```
The `acl binding-rule delete` command requires an existing rule's ID.
## Examples
Delete an existing ACL Auth Method:
```shell-session
$ nomad acl binding-rule delete 698fdad6-dcb3-79dd-dc72-b43374057dea
ACL binding rule 698fdad6-dcb3-79dd-dc72-b43374057dea successfully deleted
```
## General Options
@include 'general_options_no_namespace.mdx'