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