These docs are for v1.0. Click to read the latest docs for v2.0.

Erase Data Request API

Overview

Smartech 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?type=erasure_user_data&activity=request_erasure_data&apikey=<API_KEY>

Indian IDC:
https://apiin.netcoresmartech.com?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"
}