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/api-key-usage/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Deletes one of the caller’s own apiKeyUsage rows so it disappears from their list. This does NOT invalidate access — anyone who still holds the API key can sign in again and a new row will be recorded. To actually revoke access, rotate the key via POST /api/user/api-key (which wipes ALL device rows in one go). Returns 404 for both “row not found” and “row belongs to another user” to avoid leaking the existence of other users’ rows.
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/api-key-usage/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}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?