Erase Data Request API

Overview

CEE provides the API to enable the client to support GDPR requests when the Data Subject has exercised Right to Erasure under Art. 17 GDPR

Using this API, the client can request erase user data

Base URL

US IDC:
https://api.netcoresmartech.com/apiv2?type=erasure_user_data&activity=request_erasure_data&apikey=<API_KEY>

Indian IDC:
https://apiin.netcoresmartech.com/apiv2?type=erasure_user_data&activity=request_erasure_data&apikey=<API_KEY>

Europe IDC:
https://euceeapi.netcorecloud.net/apiv2?type=erasure_user_data&activity=request_erasure_data&apikey=<API_KEY>

HTTP Method

POST

Body Parameters

ParameterDetailTypeIs MandatoryExample Value
dataPass the input data as JSONJSON StringYesdata will be JSON string. The below key : value param will be acceptable

primary_key (PK of user)
from_data (ddmmyyyy)
* to_date (ddmmyyyy)

API Response

Response Example - In the Success case

{
    "requestid": "<request_id>",
    "result": "Success"
}
{
    "requestid": "dbdfd72754e73886542a0affe259b32c",
    "result": "Success"
}