Last Updated on : 2023-06-15 05:18:26
Delete a scheduled task based on the scheduled task ID. If the scheduled task ID is not entered, all the scheduled tasks under this remote control will be deleted.
DELETE: /v2.0/infrareds/{infrared_id}/remotes/{remote_id}/timers
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
infrared_id | String | uri | true | The device ID. |
remote_id | String | uri | true | The sub-device ID. |
timer_id | Long | query | false | The ID of a scheduled task. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The operation result. |
DELETE: /v2.0/infrareds/vdevo15345926009****/remotes/d5s65ca55/timers?timer_id=1111
{
"result": true,
"t": 1631239134759,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback