Merge pull request #5547 from influxdata/5448-serverless-missing-delete-predicate

fix(v3): Broken URL due to missing delete-predicate.md (closes #5448)
pull/5541/head
Jason Stirnaman 2024-08-05 10:40:10 -05:00 committed by GitHub
commit 77f06ebbc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 30 additions and 0 deletions

View File

@ -24,3 +24,11 @@ This command is only supported when used with **InfluxDB OSS v2** and
{{% /warn %}}
{{< duplicate-oss >}}
{{% warn %}}
#### InfluxDB Cloud Serverless does not support data deletion
InfluxDB Cloud Serverless does not currently support deleting data.
This command is only supported when used with **InfluxDB OSS v2** and
**InfluxDB Cloud (TSM)**.
{{% /warn %}}

View File

@ -0,0 +1,22 @@
---
title: Delete predicate syntax
list_title: Delete predicate
description: >
InfluxDB uses an InfluxQL-like predicate syntax to determine what data points to delete.
menu:
influxdb_cloud_serverless:
parent: Syntax
name: Delete predicate
weight: 104
influxdb/cloud-serverless/tags: [syntax, delete]
related:
- /influxdb/cloud-serverless/write-data/delete-data/
- /influxdb/cloud-serverless/reference/cli/influx/delete/
---
{{% warn %}}
#### InfluxDB Cloud Serverless does not support data deletion
InfluxDB Cloud Serverless does not currently support deleting data.
This command is only supported when used with **InfluxDB OSS v2** and
**InfluxDB Cloud (TSM)**.
{{% /warn %}}