Method PurgePerson
| Improve this Doc View SourcePurgePerson(PurgePersonForm, CancellationToken)
Purges a person.
Declaration
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. |