Skip to main content

Unlink User KYC Data

API Description

Unlink User KYC Data

HTTP Request

POST /bapi/ekyc/v2/public/ekyc/customer/unlink-kyc-data

Request Header

NameTypeMandatoryDescription
X-SHA2-SignatureSTRINGYESRequest Signature

Request Parameters

NameTypeMandatoryDescription
bizEntityKeySTRINGYESbusiness entity key, each access entity has its own bizEntityKey
entityCustomerIdSTRINGYEScustomer id,that is, the user id of the access entity site
brokerMainAccountIdSTRINGYESbroker main account id
brokerSubAccountIdSTRINGYESbroker sub account id

Response Fields

NameTypeMandatoryDescription
codeSTRINGYESerror 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
}