You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assistant/v1.ts
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2196,6 +2196,47 @@ class AssistantV1 extends BaseService {
2196
2196
returnthis.createRequest(parameters,_callback);
2197
2197
};
2198
2198
2199
+
/*************************
2200
+
* userData
2201
+
************************/
2202
+
2203
+
/**
2204
+
* Delete labeled data.
2205
+
*
2206
+
* Deletes all data associated with a specified customer ID. The method has no effect if no data is associated with the customer ID. You associate a customer ID with data by passing the `X-Watson-Metadata` header with a request that passes data. For more information about personal data and customer IDs, see [Information security](https://console.bluemix.net/docs/services/conversation/information-security.html).
2207
+
*
2208
+
* @param {Object} params - The parameters to send to the service.
2209
+
* @param {string} params.customer_id - The customer ID for which all data is to be deleted.
Copy file name to clipboardExpand all lines: conversation/v1-generated.ts
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2196,6 +2196,47 @@ class ConversationV1 extends BaseService {
2196
2196
returnthis.createRequest(parameters,_callback);
2197
2197
};
2198
2198
2199
+
/*************************
2200
+
* userData
2201
+
************************/
2202
+
2203
+
/**
2204
+
* Delete labeled data.
2205
+
*
2206
+
* Deletes all data associated with a specified customer ID. The method has no effect if no data is associated with the customer ID. You associate a customer ID with data by passing the `X-Watson-Metadata` header with a request that passes data. For more information about personal data and customer IDs, see [Information security](https://console.bluemix.net/docs/services/conversation/information-security.html).
2207
+
*
2208
+
* @param {Object} params - The parameters to send to the service.
2209
+
* @param {string} params.customer_id - The customer ID for which all data is to be deleted.
0 commit comments