Unable to delete BlueXP project from BlueXP IAM settings
Applies to
- BlueXP
- Identity & Access Management
Issue
When trying to delete a BlueXP project from BlueXP > Settings > Identity & Access Management > Organization, the operation fails with the error below:
Error:{"id":"10","type":"https://bluexp.netapp.io/problems/10","title":"JSON resource conflict","description":"The request body JSON contains a field that conflicts with an idempotent value.","status":"409","invalidParams":[{"name":"Id","reason":"Cannot delete project <Project_ID>. One or more resources are still associated"}]}
{
"method": "DELETE",
"url": "/resources/<Resouce_ID>f?resourceType=project",
"body": "{}"
}
{
"statusCode": 409,
"response": "{}"
}