MailSlurpAPI.Api.DomainController.delete_domain
You're seeing just the function
delete_domain
, go back to MailSlurpAPI.Api.DomainController module for more information.
Link to this function
delete_domain(connection, id, opts \\ [])
Specs
delete_domain(Tesla.Env.client(), String.t(), keyword()) :: {:ok, [String.t()]} | {:error, Tesla.Env.t()}
Delete a domain Delete a domain. This will disable any existing inboxes that use this domain.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- id (String.t): id
- opts (KeywordList): [optional] Optional parameters
Returns
, ...]} on success {:error, info} on failure