Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request DELETE \ --url https://pria.praxislxp.com/api/user/setting/{settingId} \ --header 'x-access-token: <api-key>'
{ "success": true, "message": "Setting removed" }
Permanently removes a setting by ID. The delete is scoped to the authenticated user’s institution. Validates the ID format and checks that the setting exists before attempting deletion.
JWT token passed in x-access-token header
The unique identifier of the setting to delete
Setting successfully deleted
true
"Setting removed"
Was this page helpful?