Skip to main content
DELETE
/
admin
/
memory
/
user
/
{userId}
#delete
Bulk hard-delete memory parameters for a user (filter-aware).
curl --request DELETE \
  --url 'https://pria.praxislxp.com/admin/memory/user/{userId}#delete' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ],
  "namespace": "<string>",
  "shared": "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.

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Path Parameters

userId
string
required

Body

application/json
ids
string[]
namespace
string
shared
enum<string>
Available options:
true,
false

Response

200

OK