github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/acl/policy-delete.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: acl policy delete' 4 sidebar_title: policy delete 5 description: | 6 The policy delete command is used to delete an existing ACL policies. 7 --- 8 9 # Command: acl policy delete 10 11 The `acl policy delete` command is used to delete an existing ACL policies. 12 13 ## Usage 14 15 ```plaintext 16 nomad acl policy delete <policy_name> 17 ``` 18 19 The `acl policy delete` command requires the policy name as an argument. 20 21 ## General Options 22 23 @include 'general_options.mdx' 24 25 ## Examples 26 27 Delete an ACL Policy: 28 29 ```shell-sessionnomad acl policy delete my-policy 30 Successfully deleted 'my-policy' ACL policy! 31 ```