This is after clicking "Revoke Access" for Vendor 7123 in SettingsV2. 

Here's the DELETED_HAS_ACCESS_TO edge

```text
<id>: 5:ef704c4b-6d7b-4fb5-ac23-fc8b40d0952c:1152964386526848755
createdAt: 2026-04-02T18:16:25.579000000Z
createdBy: "d7fac0ab-184a-4f76-ab2f-2acdcdf14ba0"
deletedAt: 2026-04-02T18:30:10.439000000Z
deletedBy: "ows-permissions/revoke-all-access-to-single_tenant/d7fac0ab-184a-4f76-ab2f-2acdcdf14ba0"
lastModifiedAt: 2026-04-02T18:16:25.579000000Z
lastModifiedBy: "d7fac0ab-184a-4f76-ab2f-2acdcdf14ba0"
```


Here's the LabelProfile node. Notice it still has `roles: ["catalog", "analytics"]`
```text
<id>: 4:ef704c4b-6d7b-4fb5-ac23-fc8b40d0952c:966518515
createdAt: 2026-04-01T22:05:52.913000000Z
createdBy: "qa-refresh"
lastModifiedAt: 2026-04-02T18:16:25.579000000Z
lastModifiedBy: "d7fac0ab-184a-4f76-ab2f-2acdcdf14ba0"
profileId: 10588907
profileName: "graphql-account-test accountLabelProfile"
profileType: "LabelProfile"
roles: ["catalog", "analytics"]
updatedBy: "qa-refresh"
uuid: "8d788868-4f54-426a-ab04-683e04d8ad7c"
```

Notice that both the edge and the Profile have an updated `lastModifiedAt`. So, a 
`revoke` request to ows-permissions will create CDC events to both topics.

- `DELETED_HAS_ACCESS_TO` edge has `lastModifiedAt: 2026-04-02T18:16:25.579000000Z`
- `Profile` node has `lastModifiedAt: 2026-04-02T18:16:25.579000000Z`



Cypher to look up the entries
```cypher
match (i:Identity {id: 'f962eae8-e531-4f4e-ba81-ccccb16bf3bd'})-[r1]-(p:Profile)-[r2]-(v:Vendor) return i,r1, p, r2, v;
```


DELETED_HAS_ACCESS_TO CDC event
```json
{
  "id": "CO9wTEtte0-1rCP8i0DQlSwAAAAAIHtEhQAAAAAAAAAAAAABnU91wVM=",
  "txId": 544949381,
  "seq": 0,
  "metadata": {
    "authenticatedUser": "ows-permissions",
    "executingUser": "ows-permissions",
    "connectionType": "bolt",
    "connectionClient": "10.100.53.236:37624",
    "connectionServer": "10.100.59.43:7687",
    "serverId": "d8f8d619",
    "captureMode": "FULL",
    "txStartTime": {
      "type": "TZDT",
      "B": null,
      "I64": null,
      "F64": null,
      "S": null,
      "BA": null,
      "TLD": null,
      "TLDT": null,
      "TLT": null,
      "TZDT": "2026-04-02T18:30:10.439Z",
      "TOT": null,
      "TD": null,
      "SP": null,
      "LB": null,
      "LI64": null,
      "LF64": null,
      "LS": null,
      "LTLD": null,
      "LTLDT": null,
      "LTLT": null,
      "LZDT": null,
      "LTOT": null,
      "LTD": null,
      "LSP": null
    },
    "txCommitTime": {
      "type": "TZDT",
      "B": null,
      "I64": null,
      "F64": null,
      "S": null,
      "BA": null,
      "TLD": null,
      "TLDT": null,
      "TLT": null,
      "TZDT": "2026-04-02T18:30:10.515Z",
      "TOT": null,
      "TD": null,
      "SP": null,
      "LB": null,
      "LI64": null,
      "LF64": null,
      "LS": null,
      "LTLD": null,
      "LTLDT": null,
      "LTLT": null,
      "LZDT": null,
      "LTOT": null,
      "LTD": null,
      "LSP": null
    },
    "txMetadata": {}
  },
  "event": {
    "elementId": "5:ef704c4b-6d7b-4fb5-ac23-fc8b40d0952c:1152964386526848755",
    "eventType": "RELATIONSHIP",
    "operation": "CREATE",
    "type": "DELETED_HAS_ACCESS_TO",
    "start": {
      "elementId": "4:ef704c4b-6d7b-4fb5-ac23-fc8b40d0952c:966518515",
      "labels": [
        "Profile"
      ],
      "keys": {
        "Profile": [
          {
            "profileType": {
              "type": "S",
              "B": null,
              "I64": null,
              "F64": null,
              "S": "LabelProfile",
              "BA": null,
              "TLD": null,
              "TLDT": null,
              "TLT": null,
              "TZDT": null,
              "TOT": null,
              "TD": null,
              "SP": null,
              "LB": null,
              "LI64": null,
              "LF64": null,
              "LS": null,
              "LTLD": null,
              "LTLDT": null,
              "LTLT": null,
              "LZDT": null,
              "LTOT": null,
              "LTD": null,
              "LSP": null
            },
            "profileId": {
              "type": "I64",
              "B": null,
              "I64": 10588907,
              "F64": null,
              "S": null,
              "BA": null,
              "TLD": null,
              "TLDT": null,
              "TLT": null,
              "TZDT": null,
              "TOT": null,
              "TD": null,
              "SP": null,
              "LB": null,
              "LI64": null,
              "LF64": null,
              "LS": null,
              "LTLD": null,
              "LTLDT": null,
              "LTLT": null,
              "LZDT": null,
              "LTOT": null,
              "LTD": null,
              "LSP": null
            },
            "uuid": null
          },
          {
            "profileType": null,
            "profileId": null,
            "uuid": {
              "type": "S",
              "B": null,
              "I64": null,
              "F64": null,
              "S": "8d788868-4f54-426a-ab04-683e04d8ad7c",
              "BA": null,
              "TLD": null,
              "TLDT": null,
              "TLT": null,
              "TZDT": null,
              "TOT": null,
              "TD": null,
              "SP": null,
              "LB": null,
              "LI64": null,
              "LF64": null,
              "LS": null,
              "LTLD": null,
              "LTLDT": null,
              "LTLT": null,
              "LZDT": null,
              "LTOT": null,
              "LTD": null,
              "LSP": null
            }
          }
        ]
      }
    },
    "end": {
      "elementId": "4:ef704c4b-6d7b-4fb5-ac23-fc8b40d0952c:90655506",
      "labels": [
        "Orchard",
        "Label",
        "Vendor"
      ],
      "keys": {
        "Vendor": [
          {
            "id": {
              "type": "I64",
              "B": null,
              "I64": 7123,
              "F64": null,
              "S": null,
              "BA": null,
              "TLD": null,
              "TLDT": null,
              "TLT": null,
              "TZDT": null,
              "TOT": null,
              "TD": null,
              "SP": null,
              "LB": null,
              "LI64": null,
              "LF64": null,
              "LS": null,
              "LTLD": null,
              "LTLDT": null,
              "LTLT": null,
              "LZDT": null,
              "LTOT": null,
              "LTD": null,
              "LSP": null
            },
            "uuid": null
          },
          {
            "id": null,
            "uuid": {
              "type": "S",
              "B": null,
              "I64": null,
              "F64": null,
              "S": "573d0372-7f2f-48a6-8deb-c9a6558f9549",
              "BA": null,
              "TLD": null,
              "TLDT": null,
              "TLT": null,
              "TZDT": null,
              "TOT": null,
              "TD": null,
              "SP": null,
              "LB": null,
              "LI64": null,
              "LF64": null,
              "LS": null,
              "LTLD": null,
              "LTLDT": null,
              "LTLT": null,
              "LZDT": null,
              "LTOT": null,
              "LTD": null,
              "LSP": null
            }
          }
        ]
      }
    },
    "keys": [],
    "state": {
      "before": null,
      "after": {
        "properties": {
          "createdAt": {
            "type": "TZDT",
            "B": null,
            "I64": null,
            "F64": null,
            "S": null,
            "BA": null,
            "TLD": null,
            "TLDT": null,
            "TLT": null,
            "TZDT": "2026-04-02T18:16:25.579Z",
            "TOT": null,
            "TD": null,
            "SP": null,
            "LB": null,
            "LI64": null,
            "LF64": null,
            "LS": null,
            "LTLD": null,
            "LTLDT": null,
            "LTLT": null,
            "LZDT": null,
            "LTOT": null,
            "LTD": null,
            "LSP": null
          },
          "deletedAt": {
            "type": "TZDT",
            "B": null,
            "I64": null,
            "F64": null,
            "S": null,
            "BA": null,
            "TLD": null,
            "TLDT": null,
            "TLT": null,
            "TZDT": "2026-04-02T18:30:10.439Z",
            "TOT": null,
            "TD": null,
            "SP": null,
            "LB": null,
            "LI64": null,
            "LF64": null,
            "LS": null,
            "LTLD": null,
            "LTLDT": null,
            "LTLT": null,
            "LZDT": null,
            "LTOT": null,
            "LTD": null,
            "LSP": null
          },
          "lastModifiedAt": {
            "type": "TZDT",
            "B": null,
            "I64": null,
            "F64": null,
            "S": null,
            "BA": null,
            "TLD": null,
            "TLDT": null,
            "TLT": null,
            "TZDT": "2026-04-02T18:16:25.579Z",
            "TOT": null,
            "TD": null,
            "SP": null,
            "LB": null,
            "LI64": null,
            "LF64": null,
            "LS": null,
            "LTLD": null,
            "LTLDT": null,
            "LTLT": null,
            "LZDT": null,
            "LTOT": null,
            "LTD": null,
            "LSP": null
          },
          "createdBy": {
            "type": "S",
            "B": null,
            "I64": null,
            "F64": null,
            "S": "d7fac0ab-184a-4f76-ab2f-2acdcdf14ba0",
            "BA": null,
            "TLD": null,
            "TLDT": null,
            "TLT": null,
            "TZDT": null,
            "TOT": null,
            "TD": null,
            "SP": null,
            "LB": null,
            "LI64": null,
            "LF64": null,
            "LS": null,
            "LTLD": null,
            "LTLDT": null,
            "LTLT": null,
            "LZDT": null,
            "LTOT": null,
            "LTD": null,
            "LSP": null
          },
          "lastModifiedBy": {
            "type": "S",
            "B": null,
            "I64": null,
            "F64": null,
            "S": "d7fac0ab-184a-4f76-ab2f-2acdcdf14ba0",
            "BA": null,
            "TLD": null,
            "TLDT": null,
            "TLT": null,
            "TZDT": null,
            "TOT": null,
            "TD": null,
            "SP": null,
            "LB": null,
            "LI64": null,
            "LF64": null,
            "LS": null,
            "LTLD": null,
            "LTLDT": null,
            "LTLT": null,
            "LZDT": null,
            "LTOT": null,
            "LTD": null,
            "LSP": null
          },
          "deletedBy": {
            "type": "S",
            "B": null,
            "I64": null,
            "F64": null,
            "S": "ows-permissions/revoke-all-access-to-single_tenant/d7fac0ab-184a-4f76-ab2f-2acdcdf14ba0",
            "BA": null,
            "TLD": null,
            "TLDT": null,
            "TLT": null,
            "TZDT": null,
            "TOT": null,
            "TD": null,
            "SP": null,
            "LB": null,
            "LI64": null,
            "LF64": null,
            "LS": null,
            "LTLD": null,
            "LTLDT": null,
            "LTLT": null,
            "LZDT": null,
            "LTOT": null,
            "LTD": null,
            "LSP": null
          }
        }
      }
    }
  }
}
```