Is there any Xtify API which can delete an existing TAG completely from Xtify (either by API or by Xtify console website)
Concern: Following API's operate on XID as an input parameter, which means TAG and UNTAG can be done by sending request to Xtify one by one for each XID.
https://api.xtify.com/2.0/tags/XID/addtag
https://api.xtify.com/2.0/tags/XID/untag
I'm in need of the options
- where some existing TAG can be removed from Xtify in a single call to Xtify. (Bulk UNTAG)
- Similarly, I can upload a list of XID and provide TAG name in a single call (bulk tagging)
In case these are not possible, then please suggest best practice in such scenario. I think making call multiple times for each XID may not be an optimized way.