Reputation: 442
Above article describes how to delete watson assistant server logs using V1, Does V2 has this feature?
Upvotes: 0
Views: 91
Reputation: 442
Use requests.delete('https://gateway-wdc.watsonplatform.net/assistant/api/v2/user_data', params=params, auth=('apikey', 'apikey')). Tried and works
Upvotes: 0
Reputation: 9359
There is no V2 API for it yet. You will need to use the V1.
Upvotes: 1