Delete Customer Data Status API¶
Used to get the status of the Delete Customer Data API request.
Note
This API requires JWT generated by an application created only from the Bot Admin Console. This feature was introduced in ver7.1 of the platform.
Method | GET |
Endpoint | https://{{host}}/api/public/bot/eraseUsersData/status/:reqId
|
Content Type | application/json
|
Authorization | auth: {{JWT}}
|
API Scope |
|
Path Parameters¶
PARAMETER | DESCRIPTION |
host | Environment URL, for example, https://bots.kore.ai |
reqId | Request Id as generated by the Delete API request. |
Sample Request¶
curl -X GET \
https://{{host}}/api/public/bot/eraseUsersData/status/{{delete request Id}}\
-H 'Content-Type: application/json' \
-H 'auth: YOUR_JWT_ACCESS_TOKEN' \