DocuSign.Api.Contacts.contacts_delete_contact_with_id
You're seeing just the function
contacts_delete_contact_with_id
, go back to DocuSign.Api.Contacts module for more information.
Link to this function
contacts_delete_contact_with_id(connection, account_id, contact_id, opts \\ [])
View SourceSpecs
contacts_delete_contact_with_id( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.ContactUpdateResponse.t()} | {:error, Tesla.Env.t()}
Replaces a particular contact associated with an account for the DocuSign service.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- contact_id (String.t): The unique identifier of a person in the contacts address book.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure