github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/acl/token/delete.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: acl token delete' 4 description: | 5 The token create command is used to delete existing ACL tokens. 6 --- 7 8 # Command: acl token delete 9 10 The `acl token delete` command is used to delete existing ACL tokens. 11 12 ## Usage 13 14 ```plaintext 15 nomad acl token delete <token_accessor_id> 16 ``` 17 18 The `acl token delete` command requires an existing token's AccessorID. 19 20 ## General Options 21 22 @include 'general_options_no_namespace.mdx' 23 24 ## Examples 25 26 Delete an existing ACL token: 27 28 ```shell-session 29 $ nomad acl token delete d532c40a-30f1-695c-19e5-c35b882b0efd 30 31 Token d532c40a-30f1-695c-19e5-c35b882b0efd successfully deleted 32 ```