Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/admin/deleteHistories \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "ids": [ "<string>" ], "institution": "<string>", "user": "<string>" } '
{ "success": true, "deletedCount": 123 }
Deletes multiple history records based on criteria
JWT token passed in x-access-token header
Array of history IDs to delete
Delete all histories for institution
Delete all histories for user
Histories deleted successfully
Number of records deleted
Was this page helpful?