How to delete bunch of documents by list of ids

Is it possible to delete list of documents by list of documents id?

i tryed like this but it does not work at all
deleteAllByIdIn(List<UUID> ids); from ElasticsearchRepository and it does not work at all please guid me, maybe providing a query impelemntation please?