ICoreApiDeleteAccount Method |
Deletes the account with given id.
Namespace: Atomia.Provisioning.ServiceAssembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax void DeleteAccount(
string accountId
)
Sub DeleteAccount (
accountId As String
)
void DeleteAccount(
String^ accountId
)
abstract DeleteAccount :
accountId : string -> unit
Parameters
- accountId
- Type: SystemString
Account id.
See Also