Deletes a task that was used to export usage history.
The maximum number of times that each user can call this operation per second is 100.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteUserUsageDataExportTask |
The operation that you want to perform. Set the value to DeleteUserUsageDataExportTask. |
TaskId | String | Yes | 10 |
The ID of the export task that you want to delete. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 0AEDAF20-4DDF-4165-8750-47FF9C1929C9 |
The ID of the request. |
Examples
Sample requests
http://cdn.aliyuncs.com/?Action=DeleteUserUsageDataExportTask
&TaskId=10
&<Common request parameters>
Sample success responses
XML
format
<DeleteUserUsageDataExportTaskResponse>
<RequestId>0AEDAF20-4DDF-4165-8750-47FF9C1929C9</RequestId>
</DeleteUserUsageDataExportTaskResponse>
JSON
format
{
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}
Error codes
For a list of error codes, visit the API Error Center.