Deletes a scheduled task of an OpenSearch application.
Debugging
Request headers
This operation uses only the common request headers. For more information, see Common request parameters.
Request syntax
DELETE /v4/openapi/app-groups/[appGroupIdentity]/scheduled-tasks/[taskId] HTTP/1.1
Request parameters
Parameter | Type | Position | Required | Example | Description |
---|---|---|---|---|---|
appGroupIdentity | String | Path | Yes | "my_app_group_name" |
The name of the application. |
taskId | String | Path | Yes | "2f12c585-5873-11ea-974a-7cd30ad3e268" |
The ID of the scheduled task. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
requestId | String | 0A6EB64B-B4C8-CF02-810F-E660812972FF |
The ID of the request. |
result | List | 1 |
N/A |
Examples
Sample requests
DELETE /v4/openapi/app-groups/110091051/scheduled-tasks/2f12c585-5873-11ea-974a-7cd30ad3e268
Sample success responses
XML
format
<requestId>0A6EB64B-B4C8-CF02-810F-E660812972FF</requestId>
JSON
format
{
"requestId": "0A6EB64B-B4C8-CF02-810F-E660812972FF"
}
Error codes
For a list of error codes, visit the API Error Center.