object image.delete(array imageIds)
This method allows to delete images.此方法允许删除图像。
(array)
IDs of the images to delete.要删除的图像的ID。
(object)
Returns an object containing the IDs of the deleted images under the imageids
property.返回一个包含“imageid”属性下删除图像ID的对象。
Delete two images.删除两个图像
Request:
{
"jsonrpc": "2.0",
"method": "image.delete",
"params": [
"188",
"192"
],
"auth": "3a57200802b24cda67c4e4010b50c065",
"id": 1
}
Response:
CImage::delete() in frontends/php/include/classes/api/services/CImage.php.