Skip to main content
DELETE
/
admin
/
memory
/
{id}
Hard-delete a single memory parameter.
curl --request DELETE \
  --url https://pria.praxislxp.com/admin/memory/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "deleted": 123
}

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

id
string
required

Response

200 - application/json

OK

success
boolean
deleted
integer