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
Parameter | Detail | Type | Is Mandatory | Example Value |
---|---|---|---|---|
data | Pass the input data as JSON | JSON String | Yes | data 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"
}
Updated over 4 years ago