Drop Queries
The DROP QUERY command is used to remove an existing query from RioDB.
Access Rule
Requires any role.
Syntax
Queries don’t have a “name”. They have an id number.
DROP QUERY <query id number>;
Example
DROP QUERY 4;
Output: A JSON formatted confirmation that the window has been removed.