delete#

frame.delete() int#

Deletes selected frames.

Before this command is issued, you need to select the frames you want deleted.
Examples:
ensight.frame.select_begin(1,2)
ensight.frame.delete()
Returns:

zero on success, non-zero on error