DeleteByID: best solution?

Hi all!
Please, advise.
I have a cluster, let say, with 5 indices. Each index contains two types. I need to delete some records. But I only know the ID of these records. I haven't any information about index and type to which these records belong. So my question is: how to delete records in fast and light way via bulk api.

Thanks for any help.