Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | Transact API Client ID |
developerAPIKey | yes | string | Transact API Developer Key |
userId | yes | string | User generate id |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteMaaSUser -d developerAPIKey=somedeveloperkey -d clientID=someclientid -d userId=32126
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
userDetails | string | Unique identifier code for the maas user |
{ "statusCode": "101", "statusDesc": "Ok", "user_details": [ true, [ { "userId": "20168", } ] ] }