Unlink User KYC Data
API Description
Unlink User KYC Data
HTTP Request
POST /bapi/ekyc/v2/public/ekyc/customer/unlink-kyc-data
Request Header
| Name | Type | Mandatory | Description |
|---|---|---|---|
| X-SHA2-Signature | STRING | YES | Request Signature |
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| bizEntityKey | STRING | YES | business entity key, each access entity has its own bizEntityKey |
| entityCustomerId | STRING | YES | customer id,that is, the user id of the access entity site |
| brokerMainAccountId | STRING | YES | broker main account id |
| brokerSubAccountId | STRING | YES | broker sub account id |
Response Fields
| Name | Type | Mandatory | Description |
|---|---|---|---|
| code | STRING | YES | error code, 000000 is success |
Request Body Example
{
"bizEntityKey": "BROKERKEY",
"entityCustomerId": "45712345678999212345",
"brokerMainAccountId": "123456789",
"brokerSubAccountId": "45712345678999212345"
}
Response Example
{
"code": "000000",
"message": null,
"messageDetail": null,
"data": null,
"success": true
}