Requirements
- ID mapping support: The base index must be wrapped with IDMap or IDMap2 to enable ID-based operations
- Valid ID format: IDs must be provided as a numpy array of integers
- Existing IDs: Only IDs that exist in the index can be removed; attempting to remove non-existent IDs may result in warnings or errors

Seonglae Cho