Severity
π‘ Medium β common feature, affects some users
Edition scope
Both Core and Enterprise
Change type
Existing gap (endpoint has been undocumented across releases)
Operation ID
GetExecuteQuerySQL, GetExecuteQueryInfluxQL
API path and method
GET /api/v3/query_sql
Release version
v3.9.0
Spec claim
The documentation is indeterminate about support for the SQL DELETE statement.
Existing doc coverage
The knowledge sources don't provide direct information about DELETE in SQL for InfluxDB 3 Enterprise specifically. However, based on the available sources, here's what is known:
InfluxQL DELETE is parsed and recognized as a valid statement in the InfluxQL parser, but the query planner explicitly marks it as not implemented β meaning it is parsed but returns a "not implemented" error when executed. [[planner.rs](https://github.com/influxdata/influxdb/blob/main/core/iox_query_influxql/src/plan/planner.rs#L719-L817)]
For InfluxDB 3 Cloud Serverless, Cloud Dedicated, and Clustered, the DELETE command is explicitly listed as not supported via InfluxQL. [[Cloud Serverless](https://docs.influxdata.com/influxdb3/cloud-serverless/guides/api-compatibility/v1/#bucket-management-with-influxql-not-supported); [Cloud Dedicated](https://docs.influxdata.com/influxdb3/cloud-dedicated/guides/api-compatibility/v1/#database-management-with-influxql-not-supported)]
The knowledge sources do not contain specific information about SQL DELETE support in InfluxDB 3 Enterprise. For authoritative guidance on your specific version, I'd recommend checking the [InfluxDB 3 Enterprise documentation](https://docs.influxdata.com/influxdb3/enterprise/) directly or reaching out to InfluxData support.
Suggested documentation location
- content/shared/influxdb3/sql
Engineering verification ask
Please confirm before documentation is written:
Definition of done
Edition checklist
Severity
π‘ Medium β common feature, affects some users
Edition scope
Both Core and Enterprise
Change type
Existing gap (endpoint has been undocumented across releases)
Operation ID
GetExecuteQuerySQL, GetExecuteQueryInfluxQL
API path and method
GET /api/v3/query_sql
Release version
v3.9.0
Spec claim
The documentation is indeterminate about support for the SQL
DELETEstatement.Existing doc coverage
The knowledge sources don't provide direct information about
DELETEin SQL for InfluxDB 3 Enterprise specifically. However, based on the available sources, here's what is known:InfluxQL
DELETEis parsed and recognized as a valid statement in the InfluxQL parser, but the query planner explicitly marks it as not implemented β meaning it is parsed but returns a "not implemented" error when executed. [[planner.rs](https://github.com/influxdata/influxdb/blob/main/core/iox_query_influxql/src/plan/planner.rs#L719-L817)]For InfluxDB 3 Cloud Serverless, Cloud Dedicated, and Clustered, the
DELETEcommand is explicitly listed as not supported via InfluxQL. [[Cloud Serverless](https://docs.influxdata.com/influxdb3/cloud-serverless/guides/api-compatibility/v1/#bucket-management-with-influxql-not-supported); [Cloud Dedicated](https://docs.influxdata.com/influxdb3/cloud-dedicated/guides/api-compatibility/v1/#database-management-with-influxql-not-supported)]The knowledge sources do not contain specific information about SQL
DELETEsupport in InfluxDB 3 Enterprise. For authoritative guidance on your specific version, I'd recommend checking the [InfluxDB 3 Enterprise documentation](https://docs.influxdata.com/influxdb3/enterprise/) directly or reaching out to InfluxData support.Suggested documentation location
Engineering verification ask
Please confirm before documentation is written:
Definition of done
Edition checklist