DeleteScheduledTask
Description
deletes a specified timing task.
Request Method
POST
Request Path
/apsara/route/Ess/DeleteScheduledTask
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
ScheduledTaskId | BODY | string | Yes | No sample value for this parameter. | ID of the scheduled task. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
The specified timing task does not exist under this user account | invalidscheduledtaskid.notfound | The specified scheduled task does not exist. | 404 |
Example
Successful Response example
{
"The specified timing task does not exist under this user account":"The specified scheduled task does not exist."
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}