question

scoutzknifez avatar image
scoutzknifez asked scoutzknifez published

How do you remove a tag (label) from an item

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} }]}";


Inventory
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community