delete a workspace from cli fails when it was created on behalf of another user
To manage a workshop, I wrote some script to create and delete the proper number of users and workspaces.
I had no issue to create the workspace on behalf of each user like this:
in the end I have X users with an associated workspace.
Now I plan my work after the workshop and so I wrote the equivalent script to remove those users and workspaces.
But the command to delete a workspace fails with the error:
Did I miss something?
side note: why having a different syntax for workspace and not as the others coder <resource> <subcommand>?
I had no issue to create the workspace on behalf of each user like this:
in the end I have X users with an associated workspace.
Now I plan my work after the workshop and so I wrote the equivalent script to remove those users and workspaces.
But the command to delete a workspace fails with the error:
Did I miss something?
side note: why having a different syntax for workspace and not as the others coder <resource> <subcommand>?