DocuSign.Api.Templates.templates_delete_template_part
You're seeing just the function
templates_delete_template_part
, go back to DocuSign.Api.Templates module for more information.
Link to this function
templates_delete_template_part(connection, account_id, template_id, template_part, opts \\ [])
View SourceSpecs
templates_delete_template_part( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.Groups.t()} | {:error, Tesla.Env.t()}
Removes a member group's sharing permissions for a template. Removes a member group's sharing permissions for a specified template.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- template_id (String.t): The ID of the template being accessed.
- template_part (String.t): Currently, the only defined part is groups.
- opts (KeywordList): [optional] Optional parameters
- :groups (Groups):
Returns
} on success {:error, info} on failure