調用 RemoveIdentityCertifiedForBidUser 為虛商客戶刪除實名認證信息。
接口說明
調用 RemoveIdentityCertifiedForBidUser 時,公共請求參數中的 AccessKeyId 必須為虛商主賬號的密鑰 ID。
請求參數
名稱 | 類型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | RemoveIdentityCertifiedForBidUser | 系統規定參數,取值:RemoveIdentityCertifiedForBidUser |
PK | String | 是 | 123*******567 | 被實名認證的賬號的阿里云數字 ID |
BidType | string | 是 | LIGHTWEIGHT | 虛商類型
|
返回參數
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
Code | string | 200 | 返回碼 |
請求示例
https://crm-cn-hangzhou.aliyuncs.com/?Action=RemoveIdentityCertifiedForBidUser
&PK=123*******567
&<公共請求參數>
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Empty PK | The input parameter 'PK' mandatory for processing this request is not supplied. | pk必填 |
403 | Not Bid | The interface can not be called by a non-bid account. | 調用方不是一個虛商用戶 |
403 | Bid Mismatch | Pk is not belong to the Bid. | 被調用方不屬于此虛商用戶(即被調用的阿里云 PK 并非由此運營商創建) |
404 | Invalid PK | The specified parameter 'PK' does not exist in our records. | 此 PK 對應賬號不存在 |
400 | Set Realname Error | Set Realname Error | 服務端錯誤:設置實名認證信息錯誤 |