github.com/smintz/nomad@v0.8.3/website/source/docs/commands/acl/token-delete.html.md.erb (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: acl token delete"
     4  sidebar_current: "docs-commands-acl-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  ```
    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  <%= partial "docs/commands/_general_options" %>
    24  
    25  ## Examples
    26  
    27  Delete an existing ACL token:
    28  
    29  ```
    30  $ nomad acl token delete d532c40a-30f1-695c-19e5-c35b882b0efd
    31  
    32  Token d532c40a-30f1-695c-19e5-c35b882b0efd successfully deleted
    33  ```