Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request DELETE \ --url https://pria.praxislxp.com/api/admin/institution/{id} \ --header 'x-access-token: <api-key>'
{ "success": true, "message": "User institution deleted successfully" }
Removes an institution from the system
JWT token passed in x-access-token header
Institution ID
Institution deleted successfully
true
Success message
"User institution deleted successfully"
Was this page helpful?