Delete tool
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/tool/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "User institution deleted successfully"
}Admin Tools
Delete tool
Soft-deletes a tool by setting status to deleted and prefixing the name with
a timestamp to free the unique name slot. Super admin only.
DELETE
/
api
/
admin
/
tool
/
{id}
Delete tool
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/tool/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "User institution deleted successfully"
}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