LIB DEL
Core command
LI DE
LIDE
Archives (soft-deletes) a query in the library, after confirmation; see LIB UNDO / LIB RESTORE
Arguments
<name> (mandatory) a file name, @alias, or search term
Examples
LIB DEL SAREA.SQL
Notes
Archives (soft-deletes) a query in the library, after confirmation: LIB DEL <name>.
name is mandatory, resolved the same way as LIB SHOW/LIB RUN (relative path, @alias, or unambiguous bare file name; .sql appended automatically if omitted). On confirmation, the file is moved to archives/ under the library root rather than deleted; see LIB UNDO (restore the most recently archived entry) and LIB RESTORE <name> (restore a specific one), and LIB LIST ARCHIVES to browse what's there. There is no automatic purge; see docs/SQL_LIBRARY_AND_SCRIPTS.md, section 6.
Last modified in release 5.0.8.
BroadSQL