调用DeleteVerifyScheme接口删除认证方案。
接口说明
QPS限制
本接口的单用户QPS限制为100次/秒。超过限制,API调用会被限流,这可能会影响您的业务,请合理调用。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SchemeCode | string | 是 | 方案CODE。 | FC10000014164**** |
CustomerId | long | 否 | 用户ID。 | 12345678 |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "OK",
"Message": "OK",
"RequestId": "E3754956-D0B1-5947-962A-AE767D354F01",
"Result": true
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Throttling.System | The request was denied due to API flow control. | 接口被限流 |
400 | InvalidAccountStatus | Your account has been suspended. | 您的账号已被停机。 |
400 | Unsupported.Account | Your account has not activated the product. | 你的账号没有开通本产品。 |
400 | InvalidParameters | The specified parameter is not valid. | 参数无效 |
403 | UnauthorizedOperation | You are not authorized to perform this operation. | 您无权执行此操作。 |
403 | UnauthorizedOperation | Failed to verify your access permissions. | 您的权限校验失败。 |
500 | InternalError | An error occurred while processing your request. | 内部错误。 |
500 | SystemError | An error occurred while processing your request. | 系统错误。 |
访问错误中心查看更多错误码。