Hi,
I am trying to unshare some of the open shares from a local zrok client which is different from current host.
I am using unshare delete API and got the documentation from specs/zrok.yml
Here is the curl command
Note the ids I got from /overview API and also verified in the frontend ui
curl --location --request DELETE 'https://api.zrok.io/api/v1/unshare' \
--header 'Content-Type: application/zrok.v1+json' \
--header 'X-Token: xxxxxx' \
--data '{"envZId":"xxxxxx,"shrToken":"xxxxxxx"}'
I am getting 404 error code for few resources.
What is the reason for that?