Delete an instance variable
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/setting/{settingId} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "Setting removed"
}Setting
Delete an instance variable
Permanently removes a setting by ID. The delete is scoped to the authenticated user’s institution. Validates the ID format and checks that the setting exists before attempting deletion.
DELETE
/
api
/
user
/
setting
/
{settingId}
Delete an instance variable
curl --request DELETE \
--url https://pria.praxislxp.com/api/user/setting/{settingId} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "Setting removed"
}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