DocuSign.Api.EnvelopeTemplates.templates_delete_document_templates
You're seeing just the function
templates_delete_document_templates
, go back to DocuSign.Api.EnvelopeTemplates module for more information.
Link to this function
templates_delete_document_templates(connection, account_id, document_id, envelope_id, template_id, opts \\ [])
View SourceSpecs
templates_delete_document_templates( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Deletes a template from a document in an existing envelope. Deletes the specified template from a document in an existing envelope.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- document_id (String.t): The ID of the document being accessed.
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure