DigitalOcean.Firewall.remove_tags

You're seeing just the function remove_tags, go back to DigitalOcean.Firewall module for more information.
Link to this function

remove_tags(firewall_id, opts)

Specs

Remove tags from a firewall.

Examples

iex> DigitalOcean.Fireall.remove_tags(
...>   "bb4b2611-3d72-467b-8602-280330ecd65c",
...>   tags: ["frontend"]
...> ) |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }