Delete account
This method deletes a specific account in the Vault.
The user who runs this web service requires Delete Accounts permissions in the Vault
-
Make sure there are no spaces in the URL.
-
The following characters are not supported in URL values: + & %
-
If the URL includes a dot (.), add a forward slash (/) at the end of the URL. For example: api/Safes/MySafe/Members/user@cyber.com/
Select the method you want to use:
The Delete account REST API does not support SSH Keys. |
URL
|
Resource information
HTTP method |
Content type |
---|---|
DELETE |
application/json |
Header parameter
Parameter |
Description |
---|---|
Authorization |
The token that identifies the session, encoded in BASE 64. See Authentication. Type: String Mandatory: Yes Default value: None |
URL parameter
Parameter |
Description |
---|---|
id |
The account's unique ID, composed of the SafeID and internal AccountID of the account to delete. Type: String Mandatory: Yes Valid values: Account ID |
Body parameters
None
Result
None
URL
|
The following mandatory value is required in the URL:
Parameter |
AccountID |
Type |
Number |
Description |
The unique ID of the account to delete. This is retrieved by the Get account details web service. |
Valid values |
Account ID |
Resource information
HTTP method |
DELETE |
Content type |
application/json |
Header parameter
Parameter |
Description |
---|---|
Authorization |
The token that identifies the session, encoded in BASE 64. See Authentication. Type: String Mandatory: Yes Default value: None |
Body parameters
None
Result
|
Return codes
For a complete list of return codes, see Return Codes.