Skip to main content

Delete an Assistant

Delete with Client SDK

You can use the delete_assistant method with the assistant_id to delete an assistant.

import taskingai

taskingai.assistant.delete_assistant(assistant_id="YOUR_ASSISTANT_ID")

When executed, the assistant is permanently removed from the project and all the chats and messages associated with it are also deleted.