groundhogg/contact/tag_removed
This hook executes when the tag is removed from the contact.
do_action( 'groundhogg/contact/tag_removed', $this, $tag_id );
This operation provides two arguments which are: the object of contact and the ID of tag which is removed from the contact.