This method allows to delete all dependencies from services此方法允许从服务中删除所有依赖关系.

    Parameters参数

    Returns an object containing the IDs of the affected services under the serviceids property.返回一个包含serviceids属性下受影响的服务的ID的对象。

    Examples范例

    Deleting dependencies from an service从服务中删除依赖关系

    Request请求:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. "serviceids": [
    5. ]
    6. },
    7. "id": 1
    8. }

    Source源码

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