IGmailClientAsync.DeleteFilterAsync

IGmailClientAsync.DeleteFilterAsync method

Asynchronously deletes a Gmail filter by its ID.

public Task DeleteFilterAsync(string id, CancellationToken cancellationToken = default)
ParameterTypeDescription
idStringThe filter ID.
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task representing the asynchronous operation.

See Also