public void unlike(Node node) decrements the like count for
the specified node.
Parameters
- Node node
- The node to decrement the like count for.
Returns
void.
Exception
Throws an SkyVaultServiceException if the operation cannot be carried out.