Hi folks! Just a quick one - I'm trying to delete ...
# ask-community
f
Hi folks! Just a quick one - I'm trying to delete some old projects. This is on 0.x. I'm getting GraphQL timeouts when trying to delete them and wondered if there's another way to get them deleted? I've turned off all the schedules, I'd just really like to get rid of them to avoid confusion / UI clutter.
1
Copy code
[{"errors":[{"path":["delete_project"],"message":"Operation timed out","extensions":{"code":"API_ERROR"}}],"data":{"delete_project":null}}]
For reference
b
Hey Freddie! You should be able to delete projects from the UI as well: https://docs-v1.prefect.io/orchestration/concepts/projects.html#deleting-a-project
f
Hi @Bianca Hoch, this was from the UI, this is the API error error from my console.
b
Hi Freddie, thank you for clarifying! I was under the impression you were using the Interactive API to delete the project. Have you tried that as well?
If you receive the same error, I'd reccomend opening a GitHub issue here with the tags 'bug' and 'v1'. https://github.com/PrefectHQ/prefect/issues