DigitalOcean.Tag.untag_resources
You're seeing just the function
untag_resources
, go back to DigitalOcean.Tag module for more information.
Link to this function
untag_resources(tag_name, opts)
Specs
untag_resources(String.t(), Keyword.t()) :: DigitalOcean.Operation.t()
Untag the given resources with specific tag.
Examples
iex> DigitalOcean.Tag.untag_resources("mytag", resources: [resource_id: "123", resource_name: "mydroplet"]) |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }