Dnsimple.Domains.delete_email_forward
You're seeing just the function
delete_email_forward
, go back to Dnsimple.Domains module for more information.
Link to this function
delete_email_forward(client, account_id, domain_id, email_forward_id, options \\ [])
Specs
delete_email_forward( Dnsimple.Client.t(), String.t() | integer(), String.t() | integer(), integer(), Keyword.t() ) :: {:ok | :error, Dnsimple.Response.t()}
Deletes an email forward of a domain.
Warning: this is a destructive operation.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Domains.delete_email_forward(client, account_id = 1010, domain_id = "example.com", email_forward_id = 123)