I deployed page via module. Module is deployed via feature (method FeatureActivated). After that process page is deployed in content database.
What I need is to be able to delete (remove) page from database after feature deactivation (method FeatureDeactivating) For now, I can't see any page collection properties in my web to be able to get and delete my page from it. I assume that this is maybe possible to do via PowerShell or CA, but I need to do that from VS.
Please, any suggestion!