Bulk hard-delete memory parameters for a user (filter-aware).
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/memory/user/{userId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"namespace": "<string>"
}
'Admin Memory
Bulk hard-delete memory parameters for a user (filter-aware).
When ids is provided, deletes only those rows after re-checking auth
per row. Otherwise filters by namespace/shared.
DELETE
/
api
/
admin
/
memory
/
user
/
{userId}
Bulk hard-delete memory parameters for a user (filter-aware).
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/memory/user/{userId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"namespace": "<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.
Was this page helpful?
List memory parameters for a user, grouped by institution.List shared memory parameters for an instance.
⌘I