cancel
Showing results for 
Search instead for 
Did you mean: 

Category still show in rest API after category delete from backend

Category still show in rest API after category delete from backend

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

 

3 REPLIES 3

Re: Category still show in rest API after category delete from backend

Hi,

You need to clean web services cache.

 

bin/magento cache:clean config_webservice

 

 

Magento 2 Professional Developer
https://nslayout.com/

Re: Category still show in rest API after category delete from backend

Hello @rajkumar_ghosh 

Did you check these

https://github.com/magento/magento2/issues/14038

https://github.com/magento/magento2/issues/20481

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Category still show in rest API after category delete from backend

@rajkumar_ghosh you can clean the cache as suggested by @syed_zaidi1 .

 

This will fix your problem.

 

Thanks