All Products
Search
Document Center

CDN:DeleteUsageDetailDataExportTask

Last Updated:Jul 05, 2024

Deletes a task that was used to export usage details.

Operation description

Note You can call this operation up to 100 times per second per account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TaskIdstringYes

The ID of the task. You can call the DescribeUserUsageDataExportTask operation to query tasks.

10

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

0AEDAF20-4DDF-4165-8750-47FF9C1929C9

Examples

Sample success responses

JSONformat

{
  "RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterProductInvalid Parameter Product.The Product parameter is set to an invalid value.
400InvalidParameterAliuidInvalid Parameter Aliuid.The Aliuid parameter is set to an invalid value.
400InvalidParameterTaskIdInvalid Parameter TaskId.-
400InvalidParameterOperatorInvalid Parameter Operator.The Operator parameter is set to an invalid value.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-06-13The Error code has changedView Change Details