question

scoutzknifez avatar image
scoutzknifez asked patriciacaballero answered

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.

1 Answer

·
patriciacaballero avatar image
patriciacaballero answered

Let's check the documentation of the API you're using to find the endpoint responsible for updating or removing tags from an item.
penalty shooters 2

10 |2000

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

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