Delete Uploaded File

Hi All,

I just uploaded one of the csv in my database and it contains certain thousand records and my database already has millions of records. I want to delete the entries of last uploaded file only. Is there any way I can do this quickly?

Thanks!

Hello @JORDAN_SMITH

You can use our CSV API service. Load records from CSV (csv2list method), create a collection of records to delete and execute bulk delete operation.

Regards,
Inna

Hi @Inna_Shkolnaya

Thanks for your response but looking at the documentation of this plugin, I am assuming that I still have to run a query to get the desired results and then go to deletion part. What I want instead is some solution in which I can refer the file that was uploaded and delete all the entries without having to query the data myself

I hope that makes sense

Regards
Jordan

@JORDAN_SMITH

Unfortunately, you need to create an objectId list for multiple deletion of records.

Regards,
Inna