Skip to main content

DeleteScheduledTask

Description

deletes a specified timing task.

Request Method

POST

Request Path

/apsara/route/Ess/DeleteScheduledTask

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
ScheduledTaskIdBODYstringYesNo sample value for this parameter.ID of the scheduled task.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
The specified timing task does not exist under this user accountinvalidscheduledtaskid.notfoundThe 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
}

}