DocuSign.Api.Accounts.captive_recipients_delete_captive_recipients_part
You're seeing just the function
captive_recipients_delete_captive_recipients_part
, go back to DocuSign.Api.Accounts module for more information.
Link to this function
captive_recipients_delete_captive_recipients_part(connection, account_id, recipient_part, opts \\ [])
View SourceSpecs
captive_recipients_delete_captive_recipients_part( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.CaptiveRecipientInformation.t()} | {:error, Tesla.Env.t()}
Deletes the signature for one or more captive recipient records. Deletes the signature for one or more captive recipient records; it is primarily used for testing. This provides a way to reset the signature associated with a client user ID so that a new signature can be created the next time the client user ID is used.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- recipient_part (String.t):
- opts (KeywordList): [optional] Optional parameters
- :captive_recipient_information (CaptiveRecipientInformation):
Returns
} on success {:error, info} on failure