del-server
Use this interface to delete stream sessions.
HTTP Request
GET http://ip/usapi?method=del-server&id=1
Parameter | Description |
---|---|
method | del-server |
id | Indicates the server ID, obtaining using get-settings. |
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. |