MailSlurpAPI.Api.InboxForwarderController.delete_inbox_forwarders

You're seeing just the function delete_inbox_forwarders, go back to MailSlurpAPI.Api.InboxForwarderController module for more information.
Link to this function

delete_inbox_forwarders(connection, opts \\ [])

Specs

delete_inbox_forwarders(Tesla.Env.client(), keyword()) ::
  {:ok, nil} | {:error, Tesla.Env.t()}

Delete inbox forwarders Delete inbox forwarders. Accepts optional inboxId filter.

Parameters

  • connection (MailSlurpAPI.Connection): Connection to server
  • opts (KeywordList): [optional] Optional parameters
    • :inbox_id (String.t): Optional inbox id to attach forwarder to

      Returns

} on success {:error, info} on failure