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>"
}
'Was this page helpful?
⌘I