Dnsimple.Registrar.change_domain_delegation_from_vanity
You're seeing just the function
change_domain_delegation_from_vanity
, go back to Dnsimple.Registrar module for more information.
Link to this function
change_domain_delegation_from_vanity(client, account_id, domain_name, options \\ [])
Specs
change_domain_delegation_from_vanity( Dnsimple.Client.t(), integer() | String.t(), String.t(), Keyword.t() ) :: {:ok | :error, Dnsimple.Response.t()}
Reverts all the operations performed to delegate to vanity name servers and delegates the domain back to DNSimple's name servers (if DNSimple is the registrar of the domain).
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Registrar.change_domain_delegation_from_vanity(client, account_id = 1010, domain_id = "example.com")