MailSlurpAPI.Api.ContactController.delete_contact
You're seeing just the function
delete_contact
, go back to MailSlurpAPI.Api.ContactController module for more information.
Link to this function
delete_contact(connection, contact_id, opts \\ [])
Specs
delete_contact(Tesla.Env.client(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete contact
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- contact_id (String.t): contactId
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure