Delete Kyc Aml
This method is used to delete KYC/AML details of a particular party from Transact API. The delete is a virtual delete. You will need to specify the Party ID as a request parameter to delete the details.
Request Method : POST
Request Parameters
Parameter |
Required |
Type |
Description |
clientID |
yes |
string |
Transact API Client ID |
developerAPIKey |
yes |
string |
Transact API Developer Key |
partyId |
yes |
string |
Party ID that is generated by the API when an individual party is created(createParty) |
Sample Request
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteKycAml
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d partyId=P12679
Response Parameters
Parameter |
Type |
Description |
statusCode |
string |
API Status Code |
statusDesc |
string |
API Status Description
|
Sample Response
{
"statusCode": "101",
"statusDesc": "Kyc Aml values has been deleted!"
}
Click on the "Test it yourself" button to see how it works
Click on the "Error Codes" button to see list of error codes