del-channel
Use the interface to delete preset source.
HTTP Request
GET http://ip/mwapi?method=del-channel&name=xxx
| Parameter | Description |
|---|---|
| method | del-channel |
| name | Indicates the source name to be deleted. |
Response Body
{
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |