Last Updated on : 2024-08-23 02:19:05download
Delete multiple scheduled tasks under the specified device in bulk.
DELETE: /v2.0/cloud/timer/device/{device_id}/batch
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | path | true | The device ID. |
timer_ids | String | query | true | The ID of the specified scheduled task. Multiple IDs are separated with commas (,). Example: 1***,2*** . |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
DELETE: /v2.0/cloud/timer/device/6ccb7dc348af04adf3***/batch?timer_ids=1****,2****
{
"tid": "e86d6fc3d1f311eda27e525400d49d82",
"result": true,
"t": 1680508102770,
"success": true
}
For more information, see error code.
For more information, see Limits on API Request Frequency.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback