DeleteImage_图像搜索_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

使用说明

本接口用于向图像搜索实例中删除图片信息。

说明 如果指定图片在图像搜索实例中不存在,该接口依然会返回成功。不能用返回结果来判断图片是否存在。

QPS 限制

删除操作默认的并发量为 20,也就是每秒钟最多处理 20 个删除请求。

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
imagesearch:DeleteImage
Delete
全部资源
*

请求语法

POST /v2/image/delete HTTP/1.1

请求参数

字段名称字段详情
InstanceNamestring

图搜实例名称。最多支持 20 个字符。展开详情

示例值:demoinstance1
ProductIdstring

商品 ID,最多支持 512 个字符。展开详情

示例值:179443
PicNamestring

图片名称,最多支持 512 个字符。展开详情

示例值:2092061_1.jpg

返回参数

字段名称字段详情
Messagestring

错误信息。

示例值:success
RequestIdstring

请求 ID。

示例值:0703956F-9BCC-48FA-99F7-96C0BF449C69
Codeinteger<int32>

错误码。展开详情

示例值:0
Successboolean

请求是否成功。

示例值:true

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
BadRequest
The request has invalid parameters.诊断
400
InvalidInstance
The specified instance name is invalid.诊断
400
NoCaretSeperator
The body content is missing the ^ separator.诊断
400
EmptyMeta
The body content has an empty meta field.诊断
400
InvalidMetaItem
The meta field is invalid.诊断
400
NoPicList
The body content is missing the pic_list parameter.诊断
400
InvalidPicList
The specified pic_list parameter is invalid.诊断
400
NoSpecifiedPic
The content of an image is not specified in the HTTP POST body.诊断
400
NoSpecifiedSearchPic
The search image is not specified.诊断
400
InvalidCategory
The specified category is invalid.诊断
400
OverflowMaxResultNum
The specified number of total results exceeds the maximum of 500.诊断
400
OverflowMaxReturnNum
The specified number of results for each request exceeds the maximum of 100.诊断
400
InvalidStartParameter
The specified parameter s is inavlid.诊断
400
InvalidNumParameter
The specified parameter n is invalid.诊断
400
NoSpecifiedAddPic
The image to insert is not specified.诊断
400
NoSpecifiedItemId
The item_id parameter is not specified.诊断
400
InvalidIntAttr
The specified int_attr field is invalid.诊断
400
UnsupportedPicFormat
The specified image format is invalid.诊断
400
InvalidFilterClause
The specified filtering condition is invalid.诊断
400
InstanceOverQuota
The number of items exceeds the limit.诊断
400
IncorrectOrientation
The image contains incorrect rotation flags in the meta data.诊断
400
UnsupportedPicPixels
The specified pixels is not supported.诊断
400
SearchTimeout
The request is timed out.诊断
403
NoPermission
You are not authorized to perform this operation.诊断
403
DeniedRequest
Your request was denied due to instance flow control.诊断
409
InstanceStatusError
Your instance is unavailable.诊断
500
InternalException
An internal server error occurred.诊断
500
NetworkException
A network error occurred.诊断
500
RequestTimeout
​The request is timeout.诊断
500
UnsupportedInstanceType
The instance type is not supported.诊断
500
UnsupportedOperationType
The specified action is not supported.诊断
500
ExtractFeatureTimeout
The request was timed out while extracting features.诊断
500
AccessEngineFailed
An error occurred while accessing the search engine.诊断
500
InternalOssError
An internal OAS error occurred.诊断
500
InternalSwiftError
An internal SWIFT error occurred.诊断
500
InternalTableStoreError
An internal Table Store error occurred.诊断

变更历史

变更时间变更内容概要操作
2021-11-22
变更错误码500

相关示例