Pinecone Assistant
PINECONE_API_KEY="YOUR_API_KEY" ASSISTANT_NAME="example-assistant" curl -X DELETE "https://api.pinecone.io/assistant/assistants/$ASSISTANT_NAME" \ -H "Api-Key: $PINECONE_API_KEY" \ -H "X-Pinecone-Api-Version: 2025-10"
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?