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
Name | Type | Required | Description |
---|---|---|---|
accountId | String | Yes | GreenID 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. |
password | String | Yes | Each customer is issued a password that must be supplied with every call to any web method in this API. |
verificationIds | List<verificationId> | Yes | A list of verificationId elements, verificationId is described below. |
actions | List<action> | Yes | A list of action elements. Action is described below. |
verificationId | String | Yes | A unique identifier that greenID and the caller use to refer to a verification attempt for an individual person. |
action | String | Yes | Available options for action are:
|
Return Value
This method returns UpdateStatus object. The following members will be populated.
...