How do I delete the association of an item on a category, I tried looking at the docs, but the web REST API explorer does not give any information at all.
How do I delete the association of an item on a category, I tried looking at the docs, but the web REST API explorer does not give any information at all.
After looking deeper, I found that my JSON was not correct and also I needed a small detail.
You need to work with:
Example: Category Items ( https://docs.clover.com/build/web-app... )
To remove the association, send a POST with ?delete=true appended to the URL, along with the same payload.
j.Initialize(CreateMap("elements":Array(CreateMap("category":CreateMap("id":categoryToUpdate.id),"item":CreateMap("id":itemID)))))
data = j.ToString
No one has followed this question yet.