Files
nomad/website/content/docs/commands/acl/token/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

33 lines
693 B
Plaintext

---
layout: docs
page_title: 'nomad acl token delete command reference'
description: |
The `nomad acl token delete` command deletes an access control list (ACL) token.
---
# `nomad acl token delete` command reference
The `acl token delete` command is used to delete existing ACL tokens.
## Usage
```plaintext
nomad acl token delete <token_accessor_id>
```
The `acl token delete` command requires an existing token's AccessorID.
## Examples
Delete an existing ACL token:
```shell-session
$ nomad acl token delete d532c40a-30f1-695c-19e5-c35b882b0efd
Token d532c40a-30f1-695c-19e5-c35b882b0efd successfully deleted
```
## General options
@include 'general_options_no_namespace.mdx'