Deletes tracking tasks by task ID.
Note You can call this operation up to three times per second per account.
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 | 1 |
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://cdn.aliyuncs.com?Action=DeleteCdnDeliverTask
&DeliverId=1
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteCdnDeliverTaskResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE73368</RequestId>
</DeleteCdnDeliverTaskResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "04F0F334-1335-436C-A1D7-6C044FE73368"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter | The specified parameter is invalid. | The error message returned because one or more parameters are invalid. |
400 | TimeParseFailed | Failed to parse the time parameter. | The error message returned because the time parameter failed to be parsed. |
400 | SubscriptionAlreadyExists | The subscription already exists. | The error message returned because the tracking task already exists. |
400 | SubscriptionNotFound | The subscription is not found. | The error message returned because the tracking task does not exist. |
400 | NameAlreadyExists | The name already exists. | The error message returned because the name of the tracking task already exists. |
400 | DeliverExceedLimit | The maximum number of subscribed tasks is exceeded. | The error message returned because the maximum number of tracking tasks has been reached. |
For a list of error codes, visit the API Error Center.