public interface DeleteService
Modifier and Type | Method and Description |
---|---|
retrofit2.Call<Void> |
postDelete(DeletePredicateRequest deletePredicateRequest,
String zapTraceSpan,
String org,
String bucket,
String orgID,
String bucketID)
Delete data
|
@Headers(value="Content-Type:application/json") @POST(value="api/v2/delete") retrofit2.Call<Void> postDelete(@Body DeletePredicateRequest deletePredicateRequest, @Header(value="Zap-Trace-Span") String zapTraceSpan, @Query(value="org") String org, @Query(value="bucket") String bucket, @Query(value="orgID") String orgID, @Query(value="bucketID") String bucketID)
deletePredicateRequest
- Deletes data from an InfluxDB bucket. (required)zapTraceSpan
- OpenTracing span context (optional)org
- Specifies the organization to delete data from. (optional)bucket
- Specifies the bucket to delete data from. (optional)orgID
- Specifies the organization ID of the resource. (optional)bucketID
- Specifies the bucket ID to delete data from. (optional)Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.