post https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteMaasUser
Log in to see full request history
Request Parameters
Parameter | Required | Type | Description |
---|---|---|---|
clientID | yes | string | TransactAPI Client ID |
developerAPIKey | yes | string | TransactAPI Developer Key |
userId | yes | string | User generated ID |
Sample Request
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/deleteMaaSUser
-d developerAPIKey=somedeveloperkey
-d clientID=someclientid
-d userId=32126
Response Parameters
Parameter | Type | Description |
---|---|---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
userDetails | string | Unique identifier code for the MaaS user |
Sample Response
{
"statusCode": "101",
"statusDesc": "Ok",
"user_details": [
true,
[
{
"userId": "20168",
}
]
]
}