send-file-del-server
Added at V2.3
Use this interface to delete servers for file uploading.
HTTP Request
GET http://ip/usapi?method=send-file-del-server&id=0
Parameter | Description |
---|---|
method | send-file-del-server |
id | Server ID |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |