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