Bulk hard-delete shared rows for an instance (requires institutions.edit).
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/memory/institution/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"namespace": "<string>"
}
'Memory
Bulk hard-delete shared rows for an instance (requires institutions.edit).
DELETE
/
api
/
user
/
memory
/
institution
/
{id}
Bulk hard-delete shared rows for an instance (requires institutions.edit).
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/memory/institution/{id} \
--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?
⌘I