NameDescriptionTypeAdditional information
UserId

Required: The PK of the existing User that you want to remove the card from.

globally unique identifier

None.

CardId

Optional: The PK of the existing Card that you want to remove from the User. Retrieve by calling Person/GetUserById

globally unique identifier

None.

ExternalCardNumber

Conditional: If CardId is null, then this must be the External number imprinted on the card you wish to remove. If this card does not belong to the same User provided in UserId, then a NotFound error code will be returned.

string

None.

InternalCardNumber

Conditional: If CardId is null, then this must be the Blub0x Internal card number. If this card does not belong to the same User provided in UserId, then a NotFound error code will be returned.

integer

None.