DocuSign.Api.Templates.pages_delete_template_page
You're seeing just the function
pages_delete_template_page
, go back to DocuSign.Api.Templates module for more information.
Link to this function
pages_delete_template_page(connection, account_id, document_id, page_number, template_id, opts \\ [])
View SourceSpecs
pages_delete_template_page( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Deletes a page from a document in an template. Deletes a page from a document in a template based on the page number.
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.
- page_number (String.t): The page number being accessed.
- template_id (String.t): The ID of the template being accessed.
- opts (KeywordList): [optional] Optional parameters
- :page_request (PageRequest):
Returns
} on success {:error, info} on failure