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

     1  ---
     2  layout: docs
     3  page_title: 'Commands: acl auth-method delete'
     4  description: The auth-method delete command is used to delete existing ACL Auth Methods.
     5  ---
     6  
     7  # Command: acl auth-method delete
     8  
     9  The `acl auth-method delete` command is used to delete existing ACL Auth Methods.
    10  
    11  ## Usage
    12  
    13  ```plaintext
    14  nomad acl auth-method delete [options] <auth-method_name>
    15  ```
    16  
    17  The `acl auth-method delete` command requires an existing method's name.
    18  
    19  ## General Options
    20  
    21  @include 'general_options_no_namespace.mdx'
    22  
    23  ## Examples
    24  
    25  Delete an existing ACL Auth Method:
    26  
    27  ```shell-session
    28  $ nomad acl auth-method delete example-auth-method
    29  ACL auth method example-auth-method successfully deleted
    30  ```