This console command unequips the item with the specified base ID from your target. Use the 'left' and 'right' arguments if the item is held in either hand. The command 'player.unequipitem' can be used to unequip items from your own character.
unequipitem [item id] [left / right] Target Command
Item ID | The base ID of the item you wish to unequip. See Skyrim item IDs. |
Left / Right | Optional. If the item is held in the target's hand, specify which hand it is - 'left' (without quotes) for left hand, 'right' (without quotes) for right hand. |
unequipitem 000878BB
The Amulet of Zenithar has an item ID of 000878BB. This command would unequip the Amulet of Zenithar from your target.
player.unequipitem 000878BB
This command would move the Amulet of Zenithar from your character, instead of your target (because of the 'player.unequipitem' command).