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

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