Dnsimple.Domains.remove_collaborator
You're seeing just the function
remove_collaborator
, go back to Dnsimple.Domains module for more information.
Link to this function
remove_collaborator(client, account_id, domain_id, collaborator_id, options \\ [])
Specs
remove_collaborator( Dnsimple.Client.t(), String.t() | integer(), String.t() | integer(), integer(), Keyword.t() ) :: {:ok | :error, Dnsimple.Response.t()}
Removes a collaborator from the domain.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Domains.remove_collaborator(client, account_id = 1010, domain_id = "example.com", collaborator_id = 100)