Pinecone Assistant
# To use the Python SDK, install the plugin: # pip install --upgrade pinecone pinecone-plugin-assistant from pinecone import Pinecone pc = Pinecone(api_key="YOUR_API_KEY") pc.assistant.delete_assistant( assistant_name="example-assistant", )
This response does not have an example.
Delete an existing assistant.
For guidance and examples, see Manage assistants
Pinecone API Key
The name of the assistant to delete.
The request to delete the assistant has been accepted.
Was this page helpful?