Bulk Removing contacts from Target iist

Good morning

is there a way to remove multiple entries from target lists rather than one by one on the target-list page?

Hi there,

I can’t think of anything from the CRM-end that would do this OOTB, i’m afraid.

You may be able to write some custom functionality for it.

Or, perhaps, if you have DB access, you could write a SQL script to set deleted=‘1’ on the relevant records in the “prospect_lists_prospects” table.
(Although it would be worth making a backup before doing so, just to be safe)