Remove access from workflow

Colin,

Below is the error.

In previous step you can see I only added to remove roles.

There is only one role for this user and its granted by request but I am getting error while revoking.

Can you please let me know what I am doing wrong here?

Below is the final response.

{
  "body": {
    "requestType": "REVOKE_ACCESS",
    "requestedFor": "2c918084831e4642018334798bb76982",
    "requestedItems": [
      {
        "id": "c431688e145a4900997ee4223a6f320f",
        "name": "JC-Default",
        "type": "ROLE"
      }
    ]
  },
  "identities": "2c918084831e4642018334798bb76982",
  "method": "POST",
  "path": "rats-v3/access-requests-v3",
  "requestedItems": [
    {
      "id": "c431688e145a4900997ee4223a6f320f",
      "name": "JC-Default",
      "type": "ROLE"
    }
  ],
  "service": "rats"
}

Thanks,
Abhinov