del-rec-channel
Use this interface to delete a record channel.
HTTP Request
GET http://ip/usapi?method=del-rec-channel&id=1
Parameter | Description |
---|---|
method | del-rec-channel |
id | Record channel ID which can be obtained via get-rec-channels. |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |