RB.DisplayPage.delete_thyself

@returns(none)
def do_delete_thyself(self, ):

This is called when the page should delete itself. The 'deleted' signal will be emitted, which removes the page from the page model. This will not actually dispose of the page object, so reference counting must still be handled correctly.