Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
https://{{host}}/api/public/bot/eraseUsersData/status/:reqId
application/json
auth: {{JWT}}
host
https://platform.kore.ai
reqId
curl -X GET \ https://{{host}}/api/public/bot/eraseUsersData/status/{{delete request Id}} \ -H 'Content-Type: application/json' \ -H 'auth: {{YOUR_JWT_ACCESS_TOKEN}}'
{ "_id" : "eud-xxx-xxx-xxx-xxx-xxxxxxx", "createdOn" : "2019-09-26T08:42:53.552Z", "lastUpdatedOn" : "2019-09-26T08:42:53.972Z", "RemoveDataFromAllBots" : true, "response" : [ { "userId" : "u-xxxxx-xxx-xxx-xxx-xxxxxxx", "status" : "SUCCESS" } ] }
Was this page helpful?