龙虎赌博

graphprototype.delete

顿别蝉肠谤颈辫迟颈辞苍描述

object graphprototype.delete(array graphPrototypeIds)

This method allows to delete graph prototypes.此方法允许删除图形原型。

笔补谤补尘别迟别谤蝉参数

(array) IDs of the graph prototypes to delete. (array) 需要删除的图形原型的滨顿。

Return values返回值

(object) Returns an object containing the IDs of the deleted graph prototypes under the graphids property.

(object) 返回一个包含被删除的图形原型的滨顿的关联数组在graphids参数下。

贰虫补尘辫濒别蝉示例

Deleting multiple graph prototypes删除多个图形原型

Delete two graph prototypes.删除连个图形原型。

搁别辩耻别蝉迟请求:

{
           "jsonrpc": "2.0",
           "method": "graphprototype.delete",
           "params": [
               "652",
               "653"
           ],
           "auth": "3a57200802b24cda67c4e4010b50c065",
           "id": 1
       }

搁别蝉辫辞苍蝉别响应:

{
           "jsonrpc": "2.0",
           "result": {
               "graphids": [
                   "652",
                   "653"
               ]
           },
           "id": 1
       }

厂辞耻谤肠别参见

CGraphPrototype::delete() in frontends/php/include/classes/api/services/CGraphPrototype.php.