DROP Statement

Deletes a script or page from the notebook.

Syntax

DROP SCRIPT script-name;
DROP PAGE page-name;

Parameters

Remarks

The DROP statement permanently removes scripts and pages from the notebook. Script and page names are case-insensitive.

If the specified script or page does not exist, an error is thrown.

If the user has the script or page open in the UI when it is deleted via a DROP statement, the editor will be closed automatically.

Examples