github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/acl/role/delete.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: acl role delete'
     4  description: The role delete command is used to delete existing ACL Roles.
     5  ---
     6  
     7  # Command: acl role delete
     8  
     9  The `acl role delete` command is used to delete existing ACL Roles.
    10  
    11  ## Usage
    12  
    13  ```plaintext
    14  nomad acl role delete [options] <role_id>
    15  ```
    16  
    17  The `acl role delete` command requires an existing role's ID.
    18  
    19  ## General Options
    20  
    21  @include 'general_options_no_namespace.mdx'
    22  
    23  ## Examples
    24  
    25  Delete an existing ACL Role:
    26  
    27  ```shell-session
    28  $ nomad acl role delete a53b0095-c28a-6181-0586-807b82e665e4
    29  ACL role a53b0095-c28a-6181-0586-807b82e665e4 successfully deleted
    30  ```