Skip to main content
DELETE
/
user
/
memory
/
personal
Bulk hard-delete the user's own personal memory rows (filter-aware).
curl --request DELETE \
  --url https://pria.praxislxp.com/user/memory/personal \
  --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.

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Body

application/json
ids
string[]
namespace
string

Response

200

OK