Delete Value

Delete an object from the Python module.

This can be used to remove any named object in the main module, including variables, functions, and other objects. Dotted names are permitted; for example, passing myobj.myattribute as Object Name will attempt to delete myattribute from myobj.

../_images/Delete.png
int32_in int32_out Session ID/Session ID Out
The current Python session ID. Session ID Out always contains the same value as Session ID.
string_in Object Name
Name of the object, defined in your main module, to remove.
error_in error_out Error In/Out
Terminals for standard error functionality.