How to shrink index of partly cleaned mongodb collection?

Partly solution for our situation is to drop indexes with db.rocketchat_message_read_receipt.dropIndexes()
That cleaned all indexes but main _id index.
Better then nothing

2 Likes