Delete Remote Control

Last Updated on : 2023-06-20 14:54:07download

Delete a specified remote control based on the remote control ID.

API address

DELETE: /v2.0/infrareds/{infrared_id}/remotes/{remote_id}

Request parameter

Parameter name Type IN Required Description
infrared_id String uri true The device ID.
remote_id String uri true The sub-device ID.

Return parameter

Parameter name Type Description
result Boolean The operation result.

Request example

DELETE: /v2.0/infrareds/vdevo15345926009****/remotes/d5s65ca55

Return example

{ "result": true, "t": 1631159493864, "success": true }

Error code

For more information, see error code.