Delete Channel for Setting Measurement Points

删除写入测点值通道。

请求格式

DELETE http://{apigw-address}/edge-service/v1/measurepoint-channel?action=delete&orgId={}&setMeasurepointChannelId={}

请求参数(URI)

请求参数 (URI)
名称 位置 (Path/Query) 是否必须 数据类型 描述
setMeasurepointChannelId Path True String 写入测点值通道ID
orgId Query String 资产所属的组织ID。 如何获取orgId信息>>
action Query String delete

响应参数

响应参数
名称 数据类型 描述
status Int 响应状态码
msg String 返回消息,用于描述响应结果
submsg String 返回子消息,用于描述响应结果
data null 响应数据

输入输出示例

请求示例

DELETE http://{apigw-address}/edge-service/v1/measurepoint-channel?action=delete&orgId={}&setMeasurepointChannelId={}

响应示例

{
   "status":0,
   "msg":"Success",
   "submsg":null,
   "data":null
}