I am looking for an api call that I can use to remove all tags from an item. I have tried feeding it many different inputs to:
1. update the item with this tag: "{\"tags\": [ null ]}"
2. using the tag_items: "{\"elements\":[{ \"item\":{\"id\":\"" + item.getId() + "\"}, \"tag\":null }]}"; and "{\"elements\":[{ \"item\":{\"id\":\"" + item.getId() + "\"}, \"tag\":{null} }]}";