Quantum Dreamer
Quantum Dreamer

Reputation: 442

How to delete Watson Assistant server logs API V2

https://cloud.ibm.com/docs/services/assistant?topic=assistant-information-security#information-security-gdpr-wa

Above article describes how to delete watson assistant server logs using V1, Does V2 has this feature?

Upvotes: 0

Views: 91

Answers (2)

Quantum Dreamer
Quantum Dreamer

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

Simon O'Doherty
Simon O'Doherty

Reputation: 9359

There is no V2 API for it yet. You will need to use the V1.

Upvotes: 1

Related Questions