Skip to main content
DELETE
/
admin
/
memory
/
institution
/
{instId}
#delete
Bulk hard-delete shared memory parameters for an instance (filter-aware).
curl --request DELETE \
  --url 'https://pria.praxislxp.com/admin/memory/institution/{instId}#delete' \
  --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

Path Parameters

instId
string
required

Body

application/json
ids
string[]
namespace
string

Response

200

OK