Dnsimple.Services.unapply_service
You're seeing just the function
unapply_service
, go back to Dnsimple.Services module for more information.
Link to this function
unapply_service(client, account_id, domain_id, service_id, options \\ [])
Specs
unapply_service( Dnsimple.Client.t(), String.t() | integer(), String.t() | integer(), String.t() | integer(), keyword() ) :: {:ok | :error, Dnsimple.Response.t()}
Remove a one-click service previously applied to a domain.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Services.unapply_service(client, account_id = 1010, domain_id = "example.com", service_id = 12)