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 Admin Console.
| 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://platform.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' \