mounikanakkala commented on issue #9996:
URL: https://github.com/apache/druid/issues/9996#issuecomment-1136597369

   For anyone interested
   
   You could use the DELETE API mentioned in 
https://druid.apache.org/docs/latest/operations/api-reference.html
   
   For example
   Pass HTTP DELETE command to
   ```
   <druid 
url>/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval}
   
   interval can be for example, 
2020-01-01T00:00:00.000Z_2020-02-01T00:00:00.000Z
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to