Druid does not do deletes/updates like traditional db systems . In druid , deleting few specific rows means -
1. identifying the segment time range where they belongs .
2. re-ingest the updated data
You can read more here - https://druid.apache.org/docs/latest/data-management/delete.html