POST api_v2/Accounts/Delete
Удалить аккаунт с обьлака. Примечание - будут удалены все информационные базы и все пользователи облака.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | Идентификатор акканта. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>9523bff2-2518-4e2c-80b4-583add43374e</AccountID> </Request>
application/json, text/json
Sample:
{ "AccountID": "9523bff2-2518-4e2c-80b4-583add43374e" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}