Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Delete History Item API return 500 #649

Open
kashifkhan0771 opened this issue Jan 22, 2025 · 0 comments
Open

[BUG] Delete History Item API return 500 #649

kashifkhan0771 opened this issue Jan 22, 2025 · 0 comments

Comments

@kashifkhan0771
Copy link

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)."
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant