Hello,
In case of deleting an interaction from the cloud, I am using the POST request :
/api/v2/gdpr/requests
I don't know how to fill the information of the JSON :
{
"name": "requestTest1",
"replacementTerms": [
{
"type": "",
"existingValue": "",
"updatedValue": ""
}
],
"requestType": "GDPR_DELETE",
"subject": {
"name": "",
"userId": "",
"externalContactId": "",
"dialerContactId": {
"id": "",
"contactListId": ""
},
"journeyCustomer": {
"type": "",
"id": ""
},
"socialHandle": {
"type": "",
"value": ""
},
"addresses": [],
"phoneNumbers": [],
"emailAddresses": []
}
}
I am getting this error :
According to documentation, I should provide this values only for GDPR_UPDATE, but in my case I would like to delete the interaction from Performance/Interactions section.
Any ideas please ?
Appreciate your help
Regards,
CHARAF------------------------------
Charaf Eddine Chemlal
NTT France
------------------------------