Required work:
- Have a consistent naming scheme for all operations
- Define the function in a similar manner to the existing insert_operation and update_operation.
- Implement a default behavior that will use random cursors to delete a predefined number of keys on random collections at a given rate.
- Update the test_data.py so we can configure the new operation.
- Verify the script that automatically generates test files works correctly with the new operation, and update it if required
- Update the configuration files related to operations_test