Delete Channel for Setting Measurement Points¶
Delete the measurement point setting channel ID.
Request Format¶
DELETE http://{apigw-address}/dataService/setMeasurepointChannels/{setMeasurepointChannelId}?orgId={}
Request Parameters (URI)¶
Name  | 
Location (Path/Query)  | 
Required or not  | 
Data type  | 
Description  | 
|---|---|---|---|---|
setMeasurepointChannelId  | 
Path  | 
True  | 
String  | 
ID of the channel for setting measurement points  | 
orgId  | 
Query  | 
Yes  | 
String  | 
Organization ID which the asset belongs to. How to get Organization ID>>  | 
Response Parameters¶
Name  | 
Data type  | 
Description  | 
|---|---|---|
status  | 
Int  | 
Status code  | 
msg  | 
String  | 
Response message  | 
submsg  | 
String  | 
Response sub-message  | 
data  | 
null  | 
Response data  | 
Input/output samples¶
Request sample¶
DELETE http://{apigw-address}/dataService/setMeasurepointChannels/{setMeasurepointChannelId}?orgId=o15434988531231
Response sample¶
{
   "status":0,
   "msg":"Success",
   "submsg":null,
   "data":null
}