Remove Tag

Is there any update with remove tag???
https://developer.infusionsoft.com/docs/xml-rpc/#contact-remove-a-tag-from-a-contact
since I can’t find a guide on removing tag in contacts via script.
is there any way of removing tags in contact?

What do you mean by, “is there any update”? You can remove tags with the api…so not sure what we’re referring to?

why it doesn’t have sample code - xml-rpc - Keap Developer Portal

It’s the same as addToGroup but using removeFromGroup as the method

you mean $result = $app->grpAssign($contactId, $tagId); ? right?? so it will become grpRemove??

The XML docs still gives you the method to use. So you’d replace ->addToGroup with ->removeFromGroup (see image from xml docs for that method)