We need a way to delete the whole namespace directory.
For example. Consider that a user created multiple resources, using the CLI, like:
skupper -n west site create
skupper -n west listener create backend 8080
Then the user simply wants to delete the whole ~/.local/share/skupper/namespaces/west directory.
This is something that could be added to skupper system delete (or even to skupper system stop) as a flag.