Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 1.5 KB

reference_element_api_removeaccount.adoc

File metadata and controls

70 lines (52 loc) · 1.5 KB
permalink sidebar keywords summary
api/reference_element_api_removeaccount.html
sidebar
account,accounts,remove,removing,deleting,delete,purge,volume,volumes,removeaccount
You can use the RemoveAccount method to remove an existing account. You must delete and purge all volumes associated with the account using DeleteVolume before you can remove the account. If volumes on the account are still pending deletion, you cannot use RemoveAccount to remove the account.

RemoveAccount

You can use the RemoveAccount method to remove an existing account. You must delete and purge all volumes associated with the account using DeleteVolume before you can remove the account. If volumes on the account are still pending deletion, you cannot use RemoveAccount to remove the account.

Parameter

This method has the following input parameter:

Name Description Type Default value Required

accountID

The ID of the account to remove.

integer

None

Yes

Return value

This method has no return value.

Request example

Requests for this method are similar to the following example.

{
   "method": "RemoveAccount",
   "params": {
     "accountID"  : 25
   },
   "id" : 1
}

Response example

This method returns a response similar to the following example:

{
 "id" : 1,
 "result" : { }
}

New since version

9.6

Find more information