Method DeleteAccount
| Improve this Doc View SourceDeleteAccount(DeleteAccountForm, CancellationToken)
Deletes a user account.
Declaration
public Task<DeleteAccountResponse> DeleteAccount(DeleteAccountForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteAccountForm | form | The form to send for deleting a user account. |
| CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
| Type | Description |
|---|---|
| Task<DeleteAccountResponse> | The task object representing the asynchronous operation. The task result contains the response after deleting a user account. |