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/admin/session/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "Session deleted!"
}Sets the session’s status to ‘deleted’ (soft delete tombstone). The row is preserved in the database.
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/session/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "Session deleted!"
}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.
Was this page helpful?