docs-v2/content/influxdb3/cloud-serverless/write-data/delete-data.md

1.3 KiB

title description menu weight influxdb3/cloud-serverless/tags
Delete data Use measurements, tags, and timestamp columns to avoid querying unwanted data.
influxdb3_cloud_serverless
name parent
Delete data Write data
107
delete

The InfluxDB /api/v2/delete API endpoint has been disabled for InfluxDB Cloud Serverless organizations. Currently, you can't delete data from an InfluxDB Cloud Serverless bucket.

To avoid querying expired or unwanted data, use tags and timestamps for filtering.

When writing data:

When querying:

To delete a bucket and all its data, use the InfluxDB /api/v2/buckets API endpoint.