I'm using XML-RPC to edit a post. When I try to send an empty array for the value of "post_tag" with terms_names or terms, nothing happens. What I want is to remove all tags associated with a post. I have successfully removed some tags by including them in an array, but when I try to send an empty array, nothing happens.
How can I remove all tags from a post using wp.editPost?