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:
- {
- "jsonrpc": "2.0",
- "result": {
- "188",
- "192"
- ]
- },
- }
CImage::delete() in frontends/php/include/classes/api/services/CImage.php.