Lemmy .NET API Lemmy .NET API
Lemmy .NET API Lemmy .NET API

Search Results for

    Improve this Doc

    Method DeleteAccount

    | Improve this Doc View Source

    DeleteAccount(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.

    Implements
    ILemmyHttpClient.DeleteAccount(DeleteAccountForm, CancellationToken)
    © SlyCedix. All rights reserved.