Remove a measure
Remove a generic measure by using the DestroyMeasure method.
Example
The client sends:
{
"jsonrpc": "2.0",
"id": 6,
"method": "DestroyMeasure",
"handle": 1,
"params": [
"Mes01"
]
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 6,
"result": {
"qSuccess": true
},
"close": [
3
],
"change": [
2
]
}
The measure is successfully removed.