You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing the Delete History Item API https://api.elevenlabs.io/v1/history/:history_item_id. When I pass a history_item_id which exist it returns 200 as expected and deletes the history item, but when I pass some id which does not exist instead of returning 404 it returns 500 internal server error with following message
{
"detail": {
"status": "internal_server_error",
"message": "Internal Server error. All such crashes are reported to us automatically. As the API user, in the meantime please double check the request parameters, especially if you see that our website works fine (it uses the same API)."
}
}
The text was updated successfully, but these errors were encountered:
I am testing the Delete History Item API
https://api.elevenlabs.io/v1/history/:history_item_id
. When I pass ahistory_item_id
which exist it returns 200 as expected and deletes the history item, but when I pass some id which does not exist instead of returning 404 it returns 500 internal server error with following messageThe text was updated successfully, but these errors were encountered: