Skip to main content

Data Removal

Overview

The EnableNow platform provides robust mechanisms for data removal, ensuring compliance with data privacy and data protection (GDPR) regulations.

This section outlines the methods available for removing consents and users from the platform, either automatically through scheduled processes, the API, or manually using the Customer Portal.

Automatic Data Removal

Our platform is configured to remove inactive data at scheduled intervals. By default, data is considered inactive when it is not been updated for 365 days. This feature helps maintain data hygiene and ensures compliance with data retention policies.

Another way to remove user and consent data from our system is to use the API for data removal.

Inactive data

By default, the inactive data delay is 365 days. In this configuration, a consent is considered inactive if it meets one of the following conditions:

  1. A consent is created but the end user does not complete the consent process within 365 days of its creation.
  2. A consent did not refresh its transactions for a period of 365 days.

Using the Customer Portal you can decide to define a different delay for removing inactive consents. You can select from 1 to 365 days as a custom inactive consents configuration.
But keep in mind, that removed data can never be retrieved from our platform.

And because the inactive status is decided based on the latest date the consent was refreshed, a too short delay can remove active consents which are not retrieved by your system. So keep in mind that you should always have a safe margin.

Using the Customer Portal

The Customer Portal offers a user-friendly interface for managing and deleting consent data. This method is ideal for ad-hoc data management tasks, such as handling test consents during the development process, or for manually removing a consent when a user requests it.

Steps to Delete Data via Customer Portal:

  1. Log in: Access the Customer Portal with your personal credentials.
  2. Navigate to "consents": Go to the consents section.
  3. Select consents for deletion: Choose the consent(s) you wish to delete.
  4. Click "Delete selected": Under options, click "Delete selected".
  5. Confirm deletion: Follow the prompt to confirm the deletion process.

Using the API

For more automated and programmatic data removal, EnableNow provides removal options using the Consents API and Users API.

These APIs include endpoints specifically designed for deleting consents and user data. This method is suitable for integrating data removal processes into existing workflows or external systems: