del-nas 接口
删除网络存储服务器。
请求方式
GET http://ip/usapi?method=del-nas&id=1
| 参数 | 说明 |
|---|---|
| method | 方法名称:del-nas |
| id | 服务器 ID, 通过 get-settings 获取 |
返回数据
{
"result": 0
}
| 属性 | 说明 |
|---|---|
| result | 返回状态,0:新增成功,返回其它值请参考 API 状态码 |
删除网络存储服务器。
GET http://ip/usapi?method=del-nas&id=1
| 参数 | 说明 |
|---|---|
| method | 方法名称:del-nas |
| id | 服务器 ID, 通过 get-settings 获取 |
{
"result": 0
}
| 属性 | 说明 |
|---|---|
| result | 返回状态,0:新增成功,返回其它值请参考 API 状态码 |