Deleteprotocol
DeleteProtocol
This call can be used to remove particular outputs, without modifying other outputs. It has two allowed forms, behaving identically:
// Either...
{
"deleteprotocol": {
//the exact configuration of a single output here
}
}
// Or...
{
"deleteprotocol": [
{
//the exact configuration of a single output here
},
//multiple outputs may be deleted simultaneously
]
}
Only exact matches are deleted. If no exact match is found, the call fails silently. If multiple exact matches are found, all of them are deleted.