Deletes a user-defined query.
DPSDeleteQuery <QueryName>
DPSDeleteQuery removes the given query from the query system. If the query name contains blanks, it must be in quotation marks.
The following command deletes the query "Past_Due_Inventory."
DPSDeleteQuery Past_Due_Inventory
The following command shows the same query being deleted, but with blanks instead of underscores in its name.
DPSDeleteQuery "Past Due Inventory"