This method gives customers the ability to wipe, hide and delete records, by supplying two lists: verificationIds and actions.
...
name
address
dob
email
phone
documents
mobile images
- extra Data items
- encrypted Data items
...
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:
|
...