Hey there,
im getting the same error but in a slightly other situation:
I have a normal account (a), and a manager account (m).
Using the ManagedCustomerService (authenticated as m), I create a ManagedCustomerLink where clientCustomerId = a, managerCustomerId = m, linkStatus = Pending, Operator = Add, hidden = false
this is working, in the normal account i can see the invitation.
Now i want to cancel the invitation and if i understood the documentation correctly i need the following:
ManagedCustomerService (authenticated as m), i cancel the ManagedCustomerLink where clientCustomerId = a, managedCustomerId = m, linkStatus = Cancelled, Operator = Set, hidden = false
and in excatly this situation i get the CANNOT_HIDE_OR_UNHIDE_NON_ACTIVELY_LINKED_ACCOUNT
any ideas abouth this? Am i doing something wrong?
Greetings,
Georg Unterberger