DELETE Account
POST {{base_url}}/api/dynamicapi
The Delete Account endpoint permanently removes an account from the system using its internal ID
. This operation is irreversible, and care should be taken to ensure the account is no longer needed.
Request Body
{"ID"=>"R0mL1lJ2d", "API_CODE"=>2, "ENTITY_CODE"=>69}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
UserName | string | ||
AppKey | string | ||
AccessToken | string |