Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed wipe to anonymise


This method gives customers the ability to anonymise (wipe), hide and delete records, by supplying two lists: verificationIds and actions. 

Actions:

wipe - This action enables the removal of PII data from the given record. This action cannot be undone. The following data will be

...

anonymised when this action is performed:

  • name
  • address
  • dob
  • email
  • phone
  • documents
  • mobile images
  • extra Data items
  • encrypted Data items

...

delete - This action removes the records association to the customer.


Input Parameters

NameTypeRequiredDescription
accountIdStringYesGreenID issues each customer with an accountId, which is a unique identifier by which greenID knows the caller.  This accountId must be supplied with every call to any method in this API.
passwordStringYesEach customer is issued a password that must be supplied with every call to any web method in this API.
verificationIdsList<verificationId>YesA list of verificationId elements, verificationId is described below.
actionsList<action>YesA list of action elements. Action is described below.
verificationIdStringYesA unique identifier that greenID and the caller use to refer to a verification attempt for an individual person.
actionStringYes

Available options for action are:

  • wipe
  • hide
  • delete


Return Value

This method returns UpdateStatus object. The following members will be populated.

...