Dec 2025 - New! Caching input tokens unlocks immediate, automatic ~30% credit savings on supported models
cURL
curl --request DELETE \ --url http://localhost:3000/api/admin/userInstitution/{id} \ --header 'x-access-token: <api-key>'
{ "success": true, "message": "User institution deleted successfully" }
Removes a user institution from the system. Requires admin privileges.
JWT token passed in x-access-token header
The unique identifier of the user institution (MongoDB ObjectId)
User institution successfully deleted
true
"User institution deleted successfully"
Was this page helpful?