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