Hello,
Delete a category from back-end and it is not show in back-end category list but deleted category still showing in REST API , Magento 2
GET /V1/categories
Hi,
You need to clean web services cache.
bin/magento cache:clean config_webservice
Hello @rajkumar_ghosh
Did you check these
https://github.com/magento/magento2/issues/14038
https://github.com/magento/magento2/issues/20481
@rajkumar_ghosh you can clean the cache as suggested by @syed_zaidi1 .
This will fix your problem.
Thanks