IGmailClientAsync.DeleteContactAsync

IGmailClientAsync.DeleteContactAsync method

Asynchronously deletes a contact by its URI.

public Task DeleteContactAsync(string contactUri, CancellationToken cancellationToken = default)
ParameterTypeDescription
contactUriStringThe contact URI.
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task representing the asynchronous operation.

See Also