deleteParty

This method is used to delete a particular individual party. The Party ID must be specified as a request parameter to delete the individual party.

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key
partyIdyesstringParty ID that is generated by the API once an individual party is created (createParty)

Sample Request

curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteParty
 -d developerAPIKey=somedeveloperkey
 -d clientID=someclientid
 -d partyId=P32126

Response Parameters

ParameterTypeDescription
statusCodestringAPI Status Code
statusDescstringAPI Status Description

Sample Response

{
  "statusCode": "101",
  "statusDesc": "Party deleted successfully!"
 }

Test it Yourself!

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