描述

    This method allows to delete graph prototypes. 此方法用于删除图形原型

    Parameters

    Return values

    返回值

    (object) Returns an object containing the IDs of the deleted graph prototypes under the graphids property. 在 graphids 属性下,返回一个包含已经删除的图形原型的ID的对象。

    例子

    Deleting multiple graph prototypes

    删除多个图形原型

    Request: 请求:

    1. {
    2. "result": {
    3. "graphids": [
    4. "653"
    5. ]
    6. },
    7. }

    Source

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