Delete AI model
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/aimodel/{id} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "User institution deleted successfully"
}Admin AI Models
Delete AI model
Soft-deletes an AI model. The handler prefixes the document’s name with the current timestamp and sets status to deleted; the record is not physically removed.
DELETE
/
api
/
admin
/
aimodel
/
{id}
Delete AI model
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/aimodel/{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