Deletes a historical event delivery task.
This topic describes how to delete a sample historical event delivery task whose ID
is 16602
.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteDeliveryHistoryJob |
The operation that you want to perform. Set the value to DeleteDeliveryHistoryJob. |
JobId | Integer | Yes | 16602 |
The ID of the historical event delivery task to be deleted. You can call the ListDeliveryHistoryJobs operation to query task IDs. |
For more information about common request parameters, see Common parameters.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | D74DD20B-6598-429C-873B-B9B449B656B6 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteDeliveryHistoryJob
&JobId=16602
&<Common request parameters>
Sample success responses
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "D74DD20B-6598-429C-873B-B9B449B656B6"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
503 | ServiceUnavailable | The service is unavailable. Please try again later. | The error message returned because the service is unavailable. Try again later. |
For a list of error codes, visit the API Error Center.