Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API Client ID |
developerAPIKey | yes | string | Transact API Developer Key |
id | yes | integer | Link ID that is generated by the API once a link is created(createLink) |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteLink -d developerAPIKey=somedeveloperkey -d clientID=someclientid -d id=3212679
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
{ "statusCode": "101", "statusDesc": "Link has been deleted successfully!" }