Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request DELETE \
--url https://api.example.com/assistants/{assistant_id}{
"detail": "<string>"
}Delete an assistant by ID.
All versions of the assistant will be deleted as well.
curl --request DELETE \
--url https://api.example.com/assistants/{assistant_id}{
"detail": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the assistant.
If true, delete all threads with metadata.assistant_id matching this assistant, along with runs and checkpoints belonging to those threads. Auth filters are applied, so threads not visible to the user will not be deleted.
Success
Was this page helpful?