deleteAccount

This method is used to delete an account that is created for an individual party or entity party.

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key
accountIdyesstringAccount ID that is generated by the API when an account is created(createAccount)

Sample Request

curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteAccount
 -d clientID=someclientid
 -d developerAPIKey=somedeveloperkey
 -d accountId=A34554

Response Parameters

ParameterTypeDescription
statusCodestringAPI Status Code
statusDescstringAPI Status Description
accountDetailsstringSuccess Message

Response Parameters

{
  "statusCode": "101",
  "statusDesc": "Ok",
  "accountDetails": "Account deleted successfully!"
 }

Try it Yourself!

Language
Click Try It! to start a request and see the response here!