Delete Custom Channel Table

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

Delete a custom channel table based on the ID submitted by the user.

API address

DELETE: /v2.0/infrareds/{infrared_id}/remote/custom/{submit_id}

Request parameter

Parameter name Type IN Required Description
infrared_id String uri true The device ID.
submit_id Long uri true The ID of a specified custom channel table.

Return parameter

Parameter name Type Description
result Boolean The operation result.

Request example

DELETE: /v2.0/infrareds/vdevo15345926009****/remote/custom/0

Return example

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

Error code

For more information, see error code.