How to delete licensee data
GDPR requires you to delete customers’ data on their request.
NetLicensing Management Console
Log in to the NetLicensing Management Console using your vendor account and expand the section "Operate"
.
You can access customer’s data such as profile details, licenses and transaction, by choosing menu item Customers.
By clicking on a single list entry and selecting "Delete"
you can delete entity and all descendants (License, Transaction).
NetLicensing RESTful API
With the help of NetLicensing RESTful API, you can easily delete customer’s data.
Please refer to the documentation for the DELETE operations of the corresponding service:
- Licensee Services - to delete Licensee data using its LicenseeNumber
Did you know?
"forceCascade"
query param, forces Licensee entity deletion and all descendants (License, Transaction)
- License Services - to delete License data using its LicenseNumber
- Transaction Services - to delete Transaction data using its *TransactionNumber*
Tips
- We recommend you to execute data deletion using two-step approach:
- Collect and verify all relevant (to be deleted) entities identifiers as it is described here
- Delete data after careful verification of to be deleted entities
Please note: deleted data cannot be restored anymore, so your customers might be not validated in your products and services!