This method gives customers the ability to anonymise (wipe), hide and delete records, by supplying two lists: verificationIds and actions.
Web Service Endpoints
Test environment
https://test-au.vixverify.com/Registrations-Registrations/RegistrationUpdateServicePasswordV2?wsdl
Production environment
https://au.vixverify.com/Registrations-Registrations/RegistrationUpdateServicePasswordV2?wsdl
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 | 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:
|
...