DocuSign.Api.PowerForms.power_forms_delete_power_form
You're seeing just the function
power_forms_delete_power_form
, go back to DocuSign.Api.PowerForms module for more information.
Link to this function
power_forms_delete_power_form(connection, account_id, power_form_id, opts \\ [])
View SourceSpecs
power_forms_delete_power_form( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete a PowerForm.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- power_form_id (String.t):
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure