I am unable to remove the get from these two permissions using Management API for a custom role. I am seeing Forbidden error.
{ "organization": "prod", "path": "/environments", "permissions": [ "get" ] },
{ "organization": "prod", "path": "/environments/*", "permissions": [ "get" ] },
Also what is the path to remove ability to CRUD "Spec"?