How To Delete Products URLs in Magento 2.x Database

There are following below Magento 2 Database Table store All Magento 2 URLs

url_rewrite

Below Magento 2 Database SQL query used to delete all Products URLs

DELETE FROM url_rewrite WHERE entity_type='product';

Leave a Reply

Your email address will not be published. Required fields are marked *