Optional
bucketThe name or ID of the bucket to delete data from.
If you pass both bucket
and bucketID
, bucketID
takes precedence.
Optional
bucketIDThe ID of the bucket to delete data from.
If you pass both bucket
and bucketID
, bucketID
takes precedence.
Optional
orgOptional
orgID
Time range parameters and an optional delete predicate expression.
To select points to delete within the specified time range, pass a delete predicate expression in the
predicate
property of the request body. If you don't pass apredicate
, InfluxDB deletes all data with timestamps in the specified time range.Related guides