Feature Description
This API supports canceling a single asynchronous export task.
Authorization Description
When using a sub-account, add the ci:CancelDatasetExport permission to the action of the authorization policy. For all APIs supported by Cloud Infinite, see CI action. Service Activation
When you use this feature for the first time, Cloud Infinite is activated for you by default, and the Bucket is automatically bound. You can use the feature directly without role authorization.
Note:
After Cloud Infinite is bound, if you manually unbind Cloud Infinite from the bucket, you will no longer be able to use this feature.
Use Limits
Before using this API, confirm the relevant restrictions. For details, see Usage Limits. Request
Request sample
DELETE /datasetquery/export HTTP/1.1
Host: <AppId>.ci.ap-jakarta.myqcloud.com
Authorization: Auth String
Content-Length: xxx
Content-Type: application/json
Accept: application/json
Request header
Request Parameters
|
DatasetName | Dataset name, unique within the same account | String | Yes |
JobId | | String | Yes |
Request body
{
"JobId": "m74c0a76abe1011f08cb55254xxxxxxx",
"DatasetName": "test"
}
Response
Response Headers
Response Body
{
"RequestId": "NjdmNjVjMjBfNzM0NjZjMT**********"
}
The specific data content of the response body is as follows:
|
RequestId | Request ID | String |
Error Codes
This request operation has no special error messages. For common error messages, see Error Codes.