diff --git a/docs/content/misc/tasks.md b/docs/content/misc/tasks.md index 7edba267b90..5b921de5829 100644 --- a/docs/content/misc/tasks.md +++ b/docs/content/misc/tasks.md @@ -305,19 +305,6 @@ Merge tasks merge a list of segments together. Any common timestamps are merged. Segment Destroying Tasks ------------------------ -### Delete Task - -Delete tasks create empty segments with no data. The grammar is: - -```json -{ - "type": "delete", - "id": , - "dataSource": , - "segments": -} -``` - ### Kill Task Kill tasks delete all information about a segment and removes it from deep storage. Killable segments must be disabled (used==0) in the Druid segment table. The available grammar is: