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

Search Results for

    Improve this Doc

    Method PurgePerson

    | Improve this Doc View Source

    PurgePerson(PurgePersonForm, CancellationToken)

    Purges a person.

    Declaration
    public Task<PurgeItemResponse> PurgePerson(PurgePersonForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    PurgePersonForm form

    The form to send for purging a person.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<PurgeItemResponse>

    The task object representing the asynchronous operation. The task result contains the response after purging the person.

    Implements
    ILemmyHttpClient.PurgePerson(PurgePersonForm, CancellationToken)
    © SlyCedix. All rights reserved.