Skip to content

Commit 9f3b3d1

Browse files
authored
removed delete method
1 parent 5a6326f commit 9f3b3d1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mindsdb_sdk/chatbots.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ def update(self, name: str = None, agent_name: str = None, model_name: str = Non
5959

6060
return self
6161

62-
def delete(self):
63-
"""
64-
Deletes the chatbot from the project.
65-
66-
Example usage:
67-
>>> chatbot.delete()
68-
"""
69-
self.api.delete_chatbot(self.project.name, self.name)
7062

7163

7264
class Chatbots(CollectionBase):

0 commit comments

Comments
 (0)