Verwijder twee grafiek-prototypes.
{
"jsonrpc": "2.0",
"method": "graphprototype.delete",
"params": [
"10103",
"10105"
],
"id": 1
}
Reactie:
(array)
ID's van de grafiekprototypes die moeten worden verwijderd.
(object)
Retourneert een object dat de ID's van de verwijderde grafiek bevat prototypes onder de eigenschap graphids
.
Verwijder twee grafiek-prototypes.
{
"jsonrpc": "2.0",
"method": "graphprototype.delete",
"params": [
"652",
"653"
],
"id": 1
}
Reactie:
CGraphPrototype::delete() in ui/include/classes/api/services/CGraphPrototype.php.