deleteEndpoint
此方法用于删除终端。
注意
在
自定义群组
下删除终端会将其移至
已删除
组。对于受管终端,系统会自动生成
卸载
任务。若要永久移除终端,请使用相同ID调用该方法两次。
参数
|
参数 |
类型 |
可选 |
描述 |
|---|---|---|---|
|
|
字符串 |
否 |
终端的ID |
返回值
此方法不返回任何值。
示例
请求 :
{
"params": {
"endpointId" : "559bd152b1a43d291b7b23d8"
},
"jsonrpc": "2.0",
"method": "deleteEndpoint",
"id": "787b5e36-89a8-4353-88b9-6b7a32e9c87f"
}
响应 :
{
"id": "787b5e36-89a8-4353-88b9-6b7a32e9c87f",
"jsonrpc":"2.0",
"result": null
}