How could I Find My Project Dir In OpenRefine Project

I want to delete the project by python server,but i don't know Where is the Project File Dir,Where is it be set in code or any other place

Hi Allenku0,

Which project file directory do you mean? Do you mind rephrasing so I understand better ?

@allenku0 you can refer to our documentation to locate the workspace directory https://openrefine.org/docs/manual/installing#set-where-data-is-stored

If you are looking to interact with OpenRefine using Python, I invite you to look at the openrefine-client; it provides a basic command to create, download, and delete projects.

I have deleted the file saved in ~/.local/share/openrefine/.But I still can see and can be opene the project on the OpenRefien UI .My goal is to manually delete the project, so I want to know which file being deleted could achieve that.

Thank you for your response