Deletes Account Note: Performs a cascading delete of all users associated with the account
DELETE
/v1/accounts/{accountId}
curl \
--request DELETE 'https://api.aptrinsic.com/v1/accounts/{accountId}'
Response examples (200)
{
"body": {},
"statusCode": "100",
"statusCodeValue": 42
}
Response examples (204)
{
"body": {},
"statusCode": "100",
"statusCodeValue": 42
}