cancel
Showing results for 
Search instead for 
Did you mean: 

Hi there, i have a question, i need help

Hi there, i have a question, i need help

Hello ,

 

        I want to remove the old datas from my magento2 system , need to remove data like orders and invoice with the increment id  , it means  new order or invoice data should be the first one . Please let me know if you have found any clue to solve this.

3 REPLIES 3

Re: Hi there, i have a question, i need help

hi,

If you are looking for remove the sample data. then you can use following command.

magento sampledata:reset
Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti

Re: Hi there, i have a question, i need help

Hi @daysof_wonder 

 

If you want to remove all orders and sale data from your store. I would like to suggest you this extension. It will help you. Link

 

Thanks

 

--
If my answer is useful, please Accept as Solution & give Kudos

Re: Hi there, i have a question, i need help

 

bin/magento sampledata:remove

you can remove sample data by running this command.