--- layout: docs page_title: 'Commands: acl token delete' sidebar_title: token delete description: | The token create command is used to delete existing ACL tokens. --- # Command: acl token delete The `acl token delete` command is used to delete existing ACL tokens. ## Usage ```plaintext nomad acl token delete ``` The `acl token delete` command requires an existing token's AccessorID. ## General Options @include 'general_options.mdx' ## 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 ```