Delete last import possible?

I uploaded an import but it didn’t work well now I want to delete the whole last import. Is this possible somewhere?

Thank you Stephanie

You can undo an import if it runs successfully. Did it complete, or partially complete?

If it partially completed, you could look in the db to see the date created. They should all have a similar/same date created value and in that case you could just mass delete(from List View within the CRM or with a db script).

Thanks,

Will.

I know it is too late but, since I have experienced the same problem I created a custom field to recognise univocally each import activity (I enter in the csv file a unique value of that very import for all the records that I am importing) so then it is not so difficult to track all records from a given import.
Possibly useful for the future!