Delete an account

Deletes an existing account. External accounts no longer have access.

Request

Security

Table 1. Roles capable of executing the Delete Account API method
Any Super User System Admin Security Admin Operator
  superUser   securityAdmin  

HTTP method

POST /manager/api/{apiResponseType}/1.0/deleteAccount.adm HTTP/1.1 Host:{manager.dsnet} id={accountId}&password={password}

Curl method

curl -u {admin}:{password} -k “https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/deleteAccount.adm” -d “id={accountId}&password={password}”

Parameters

Table 2. Request Parameters for Delete Account (deleteAccount) API method
Parameter Type Usage Default Description
id Long Required   ID of account that is being modified, the same ID returned after account creation.
password String Required   Password of account that is requesting delete.