🎉 Portkey raises Series A - $15M to build AI that never breaks  Read announcement →
curl https://api.portkey.ai/v1/assistants/asst_abc123 \
-H "Content-Type: application/json" \
-H "x-portkey-api-key: $PORTKEY_API_KEY" \
-H "x-portkey-virtual-key: $PORTKEY_PROVIDER_VIRTUAL_KEY" \
-H "OpenAI-Beta: assistants=v2" \
-X DELETE{
"id": "<string>",
"deleted": true,
"object": "assistant.deleted"
}curl https://api.portkey.ai/v1/assistants/asst_abc123 \
-H "Content-Type: application/json" \
-H "x-portkey-api-key: $PORTKEY_API_KEY" \
-H "x-portkey-virtual-key: $PORTKEY_PROVIDER_VIRTUAL_KEY" \
-H "OpenAI-Beta: assistants=v2" \
-X DELETE{
"id": "<string>",
"deleted": true,
"object": "assistant.deleted"
}Documentation Index
Fetch the complete documentation index at: https://portkey-docs-log-export-guide-1773064217.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the assistant to delete.
Was this page helpful?