From ace3134b648b1799e7eae8e31e25062d8a6915d7 Mon Sep 17 00:00:00 2001 From: Kelly Date: Thu, 8 Oct 2020 09:20:31 -0700 Subject: [PATCH] redirect delete w predicate to influx delete --- .../v2.0/reference/cli/influx/delete/_index.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/content/influxdb/v2.0/reference/cli/influx/delete/_index.md b/content/influxdb/v2.0/reference/cli/influx/delete/_index.md index d1e460f7e..dbf384286 100644 --- a/content/influxdb/v2.0/reference/cli/influx/delete/_index.md +++ b/content/influxdb/v2.0/reference/cli/influx/delete/_index.md @@ -1,5 +1,8 @@ --- title: influx delete +aliases: + - /influxdb/v2.0/tags/delete/ + - /influxdb/v2.0/reference/syntax/delete-predicate/ description: The `influx delete` command deletes points from an InfluxDB bucket. menu: influxdb_2_0_ref: @@ -12,11 +15,9 @@ influxdb/v2.0/tags: [delete] The `influx delete` command deletes [points](/influxdb/v2.0/reference/glossary/#point) from an InfluxDB bucket. -## Usage -``` -influx delete [flags] -``` - +{{% note %}} +In this release, the delete with predicate API (`/api/v2/delete`) has been disabled. This API now returns a 501 Not implemented message. +{{% /note %}} ## Flags | Flag | | Description | Input type | {{< cli/mapped >}} | @@ -28,7 +29,7 @@ influx delete [flags] | `-h` | `--help` | Help for the `delete` command | | | | | `--host` | HTTP address of InfluxDB (default `http://localhost:8086`) | string | `INFLUX_HOST` | | `-o` | `--org` | Organization name | string | `INFLUX_ORG` | -| | `--org-id` | Organization ID | string | `INFLUX_ORG_ID` | | +| | `--org-id` | Organization ID | string | `INFLUX_ORG_ID` | | | `--skip-verify` | Skip TLS certificate verification | | | | | `--start` | Start time in RFC3339 format (i.e. `2009-01-02T23:00:00Z`) | string | | | | `--stop` | Stop time in RFC3339 format (i.e. `2009-01-02T23:00:00Z`) | string | |