Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/favoriteAssistants/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"favoriteAssistants": [
"<string>"
]
}Removes the given assistant ObjectId from the authenticated user’s favoriteAssistants list. Tolerant — the id does NOT need to be currently favorited; calling DELETE on a non-favorited id (or a malformed id) is a no-op that still returns 200 with the current list.
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/favoriteAssistants/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"favoriteAssistants": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT token passed in x-access-token header
The ObjectId of the assistant to unfavorite
Was this page helpful?