Forget a device row from the caller's list (cosmetic only)
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/api-key-usage/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}User Profile
Forget a device row from the caller's list (cosmetic only)
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.
DELETE
/
api
/
user
/
api-key-usage
/
{id}
Forget a device row from the caller's list (cosmetic only)
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?
List devices that have used the caller's personal API keyUpload one or more audio segments for transcription and vault ingestion
⌘I