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
"description": "The conversation ID (UUID) that was deleted.",
11878
-
"examples": [
11879
-
"123e4567-e89b-12d3-a456-426614174000"
11880
-
]
11881
-
},
11882
-
"success": {
11874
+
"deleted": {
11883
11875
"type": "boolean",
11884
-
"title": "Success",
11876
+
"title": "Deleted",
11885
11877
"description": "Whether the deletion was successful.",
11886
11878
"examples": [
11887
11879
true,
11888
11880
false
11889
11881
]
11890
11882
},
11891
-
"response": {
11883
+
"conversation_id": {
11892
11884
"type": "string",
11893
-
"title": "Response",
11894
-
"description": "A message about the deletion result.",
11885
+
"title": "Conversation Id",
11886
+
"description": "Conversation identifier that was passed to delete.",
11895
11887
"examples": [
11896
-
"Conversation deleted successfully",
11897
-
"Conversation cannot be deleted"
11888
+
"123e4567-e89b-12d3-a456-426614174000"
11898
11889
]
11890
+
},
11891
+
"response": {
11892
+
"type": "string",
11893
+
"title": "Response",
11894
+
"description": "Human-readable outcome of the delete operation.",
11895
+
"readOnly": true
11896
+
},
11897
+
"success": {
11898
+
"type": "boolean",
11899
+
"title": "Success",
11900
+
"description": "DEPRECATED: Successful response flag. Will be removed in a future release.",
11901
+
"deprecated": true,
11902
+
"readOnly": true
11899
11903
}
11900
11904
},
11901
11905
"type": "object",
11902
11906
"required": [
11907
+
"deleted",
11903
11908
"conversation_id",
11904
-
"success",
11905
-
"response"
11909
+
"response",
11910
+
"success"
11906
11911
],
11907
11912
"title": "ConversationDeleteResponse",
11908
-
"description": "Model representing a response for deleting a conversation.\n\nAttributes:\n conversation_id: The conversation ID (UUID) that was deleted.\n success: Whether the deletion was successful.\n response: A message about the deletion result.",
11913
+
"description": "Response for deleting a conversation.",
0 commit comments