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