alpacon token acl delete
Remove an existing command ACL from an API token. You can delete by command ACL ID or by specifying the token and command combination.
Aliases: delete, rm
alpacon token acl delete COMMAND_ACL_ID [flags]
alpacon token acl rm COMMAND_ACL_ID [flags]
Options
-c, --command string Command to remove
-h, --help help for delete
-t, --token string Token ID or name
Examples
Delete an ACL rule by ID:
alpacon token acl delete 42
alpacon token acl rm 42
Delete by token and command:
alpacon token acl rm --token=my-token --command="server ls"