DocuSign.Api.Envelopes.pages_delete_page
You're seeing just the function
pages_delete_page
, go back to DocuSign.Api.Envelopes module for more information.
Link to this function
pages_delete_page(connection, account_id, document_id, envelope_id, page_number, opts \\ [])
View SourceSpecs
pages_delete_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 envelope. Deletes a page from a document in an envelope 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.
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- page_number (String.t): The page number being accessed.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure