用于删除指定知识下的答案。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteSolution | Action |
RobotCode | String | 否 | sgfs34523 | 机器人code |
KnowledgeId | Long | 否 | 235235 | 知识id |
SolutionIds | Array of Long | 否 | 1 | 答案id |
OperatorId | String | 否 | 2354234 | 操作用户id |
OperatorName | String | 否 | 张三 | 操作用户名称 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 5DEB93BE-E7CB-4115-AFBE-F2013948D71B | Id of the request |
Success | Boolean | true | 是否删除成功 |
Code | String | 200 | 返回code |
Message | String | success | 返回信息 |
示例
请求示例
http(s)://[Endpoint]/?RobotCode=sgfs34523
&KnowledgeId=235235
&SolutionIds=[1]
&OperatorId=2354234
&OperatorName=张三
&公共请求参数
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DeleteSolutionResponse>
<RequestId>5DEB93BE-E7CB-4115-AFBE-F2013948D71B</RequestId>
<Success>true</Success>
</DeleteSolutionResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "5DEB93BE-E7CB-4115-AFBE-F2013948D71B",
"Success" : true
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | InternalError | The request processing has failed due to some unknown error. | 内部服务出现错误 |
访问错误中心查看更多错误码。