This method allows to remove related objects from multiple templates. 方法允许从多个模板中删除相关对象。

    Parameters 参数

    (object) Parameters containing the IDs of the templates to update and the objects that should be removed. 参数包含需要更新的模板ID以及需要删除的对象。

    (object) Returns an object containing the IDs of the updated templates under the property. (object)返回一个对象,此对象包含在中已更新模板的ID。

    Examples 范例

    Removing templates from a group 从组中删除模板

    Request 请求:

    Response 响应:

    Unlinking templates from a host 主机中取消模板链接

    Unlink template “10085” from two hosts. 从两台主机中取消ID为“10085”的模板链接。

    Response 响应:

    Source 源码