Delete an account
Deletes an existing account. External accounts no longer have access.
Request
Security
| 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
| 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. |
Response
Returns success or failure status.
JSON response example
Default JSON success or failure response that is shown in Default JSON success response and Default JSON failure response.
Parameters
None other than the default response parameters shown in Common response parameters.