The DestroyPage method deletes an existing Origin page.
DestroyPage(PageName)
Specify the name of the page to be deleted
True if success.
#Please create a workbook named NewBook, then excute the scirpt below to delete the page import PyOrigin PyOrigin.DestroyPage('NewBook')