delete_account
To delete an account, use the account/delete_account command:
svc=account/delete_account¶ms={"itemId":<long>}
Parameters
The request must contain the itemId parameter, specifying the resource (account) ID.
Response
If the account is deleted successfully, an empty object is returned.
Otherwise, an error code is returned.