Description
This command deletes an export location for Vault Tracker.
When a location is deleted, a message appears that tells you that the location was deleted successfully. If an error occurs, an error code and description appear: "location: Error errorcode: errordescription"
Usage
qdelete location [-cs $[commserve_host_name]] -loc $[location] [-tf $[tokenfile]] [-tk $[token]] [-h]
Options
|
-cs |
CommServe host name |
|
-loc |
Name of the export location that you want to delete |
|
-tf |
Reads token from a file |
|
-tk |
Token string |
|
-h |
Displays help |
Diagnostics
Possible exit status values are:
0 - Successful completion.
1 - CLI usage failures because of the use of an unsupported option or missing argument.
2 - Any other failure.
Example
Delete a location with the name location1.
qdelete location -cs $[commserve_host_name] -loc $[location1]