Name | Type | Mandatory | Additional |
---|---|---|---|
cmdID | Integer | true | minvalue: 0 maxvalue: 2000000000 |
type | Common.VRCommandType | true | |
grammarID | Integer | true | minvalue: 0 maxvalue: 2000000000 |
appID | Integer | true |
This RPC has no additional parameter requirements
{ "id" : 147, "jsonrpc" : "2.0", "method" : "VR.DeleteCommand", "params" : { "cmdID" : 4365, "type":"Command", "grammarID":13, "appID" : 8764 } }
{ "id" : 147, "jsonrpc" : "2.0", "result" : { "code" : 0, "method" : "VR.DeleteCommand" } }
{ "id" : 147, "jsonrpc" : "2.0", "error" : { "code" : 13, "message" : "One of the provided IDs is not valid", "data" : { "method" : "VR.DeleteCommand" } } }