New: Effortlessly link Digital Twins, embed RAG modules in any LLM, and integrate with enterprise data sources using Connector MCP and MCP Servers.
cURL
curl --request DELETE \ --url https://pria.praxislxp.com/api/admin/user/{userId}
{ "success": true, "message": "User deleted successfully" }
Permanently removes a user from the system. This is an admin-only operation.
The unique identifier of the user to delete (MongoDB ObjectId)
User successfully deleted
Indicates if the operation was successful
true
Success message
"User deleted successfully"
Was this page helpful?