RemoveIdentifierFromUserRequest

Request to remove the link between the User and the UserIdentifier for the given identifier.

Variables

identifier

string

The identifier to be unlinked from the User it is attached to.

Errors

lock

bool

Indicates that the identifier should be locked.  This can only be done for card identifiers.

Errors

userId

int64

The id of the user of which the identifier has to be removed (IF not a card, where this ID is not required).

Close