RemoveIdentityCertifiedForBidUser
You can call the RemoveIdentityCertifiedForBidUser operation to delete the identity verification information for a customer of a carrier.
Description
When you call the RemoveIdentityCertifiedForBidUser operation, the AccessKeyId in the common request parameters must be the key ID of the carrier's Alibaba Cloud account.
Request parameters
Name | Type | Required | Example | Description |
Action | String | Yes | RemoveIdentityCertifiedForBidUser | A required parameter. Set the value to RemoveIdentityCertifiedForBidUser. |
PK | String | Yes | 123*******567 | The Alibaba Cloud numeric ID of the account that has undergone identity verification. |
BidType | string | Yes | LIGHTWEIGHT | The carrier type.
|
Request example
https://crm-cn-hangzhou.aliyuncs.com/?Action=RemoveIdentityCertifiedForBidUser
&PK=123*******567
&<Common request parameters>
Error codes
HttpCode | Error code | Error message | Description |
400 | Empty PK | The input parameter 'PK' mandatory for processing this request is not supplied. | The PK parameter is required. |
403 | Not Bid | The interface can not be called by a non-bid account. | The caller is not a reseller. |
403 | Bid Mismatch | Pk is not belong to the Bid. | The specified account does not belong to this carrier. The Alibaba Cloud account specified by PK was not created by this carrier. |
404 | Invalid PK | The specified parameter 'PK' does not exist in our records. | The account that corresponds to the specified PK does not exist. |
400 | Set Realname Error | Set Realname Error | A server-side error occurred when setting the identity verification information. |