Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request DELETE \ --url https://pria.praxislxp.com/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
Success message
"User institution deleted successfully"
Was this page helpful?