DocuSignClient.RemoveRecipientFromEnvelopeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove recipient from an envelope
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.ListRecipientsResponse> RemoveRecipientFromEnvelopeAsync(string account, string envelope, string folder, string recipient, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveRecipientFromEnvelopeAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.ListRecipientsResponse>
override this.RemoveRecipientFromEnvelopeAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.ListRecipientsResponse>
Public Overridable Function RemoveRecipientFromEnvelopeAsync (account As String, envelope As String, folder As String, recipient As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ListRecipientsResponse)
Parameters
- account
- String
Account
- envelope
- String
Envelope
- folder
- String
Folder
- recipient
- String
Recipient
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Remove recipient from an envelope response.
Remarks
Remove recipient from an envelope