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/history/{historyId} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "History deleted"
}Removes a history entry from the system using its unique identifier
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/history/{historyId} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "History 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.
JWT token passed in x-access-token header
The unique identifier of the history record to delete
^[a-f\d]{24}$Was this page helpful?