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