deleteBEP CLI command
Use the deleteBEP command to delete a bar code encryption policy (BEP). First, run the viewBEP command to obtain the index number for the BEP, then use the index number as input for the deleteBEP command.
Syntax
deleteBEP <index> -ssl
Parameters
- <index>
-
(Required.) The index number, obtained by running the viewBEP command, that corresponds to the BEP to delete.
- -ssl
- Required if SSL (HTTPS) is enabled.
Example command
deleteBEP 1
This example deletes the BEP that
corresponds to index 1. Example output
The bar code encryption policy was deleted successfully