POST api2/gdpr/delete.json
GDPR Delete
Request Information
URI Parameters
None.
Body Parameters
GDPRDeleteRequestName | Description | Type | Additional information |
---|---|---|---|
status |
Special id to delete customer data |
integer |
None. |
Customers e-mail |
string |
None. |
Request Format
{ "status": 1, "email": "sample string 2" }
Response Information
Resource Description
GDPRInfoResponse
GDPRDeleteResponseName | Description | Type | Additional information |
---|---|---|---|
errorCode |
Error code (Only in case of error) |
string |
None. |
errorMessage |
Error message (Only in case of error) |
string |
None. |
can_delete_data |
Occurs when data cannot be deleted |
boolean |
None. |
ok |
Is TRUE when data has been successfully deleted |
boolean |
None. |
Response Format
{ "errorCode": "sample string 1", "errorMessage": "sample string 2", "can_delete_data": true, "ok": true }