You can delete CMS Page by Page id in Magento 2 using PageRepositoryInterface interface.
Magento\Cms\Api\PageRepositoryInterface interface is responsible for delete a CMS page from admin panel.
You just need to inject interface in your constructor to delete CMS page. Continue reading “How to delete CMS Page by Id programmatically in Magento 2?”