DocuSign.Api.TemplateBulkRecipients.recipients_delete_template_bulk_recipients_file
You're seeing just the function
recipients_delete_template_bulk_recipients_file
, go back to DocuSign.Api.TemplateBulkRecipients module for more information.
Link to this function
recipients_delete_template_bulk_recipients_file(connection, account_id, recipient_id, template_id, opts \\ [])
View SourceSpecs
recipients_delete_template_bulk_recipients_file( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.BulkRecipientsUpdateResponse.t()} | {:error, Tesla.Env.t()}
Deletes the bulk recipient list on a template. Deletes the bulk recipient list on a template.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- recipient_id (String.t): The `recipientId` used when the envelope or template was created.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure