Unable to delete the apigee organization using the api: *I do have all the permissions and was able to do this before*
DELETE:
https://us-apigee.googleapis.com/v1/organizations/sandbox-corp-igtwy-gpoc-70ae?retention=MINIMUM
Response:
{
"error": {
"code": 403,
"message": "Permission denied on resource
\"organizations/sandbox-corp-igtwy-gpoc-70ae\" (or it may not exist)",
"status": "PERMISSION_DENIED"
}
}
I am also unable to get the organization, nor see the apigee UI in the
project :
GET
https://us-apigee.googleapis.com/v1/organizations/sandbox-corp-igtwy-gpoc-70ae
{
"error": {
"code": 403,
"message": "Permission denied on resource
\"organizations/sandbox-corp-igtwy-gpoc-70ae\" (or it may not exist)",
"status": "PERMISSION_DENIED"
}
}