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