This method allows to delete images.此方法允许删除图像。

    Returns an object containing the IDs of the deleted images under the property.返回一个包含“imageid”属性下删除图像ID的对象。

    Delete multiple images 删除多个图像

    Request:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. "188",
    5. "192"
    6. ]
    7. },
    8. }

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