Deletes tracking tasks by task ID.
Note The maximum number of times that each user can call this operation per second is 3.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteCdnDeliverTask |
The operation that you want to perform. Set the value to DeleteCdnDeliverTask. |
DeliverId | Long | Yes | 92 |
The IDs of the tracking tasks that you want to delete. You can call the DescribeCdnDeliverList operation to query task IDs. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 04F0F334-1335-436C-A1D7-6C044FE73368 |
The ID of the request. |
Examples
Sample requests
http(s)://cdn.aliyuncs.com/?Action=DeleteCdnDeliverTask
&DeliverId=92
&<Common request parameters>
Sample success responses
XML
format
<DeleteCdnDeliverTaskResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</DeleteCdnDeliverTaskResponse>
JSON
format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
Error codes
For a list of error codes, visit the API Error Center.