Dismiss Relationship
Output representation that contains information about the dismissed relationship and
links to retrieve the associated relationship insight.
- JSON example
-
1{ 2 "relationshipId": "rra-rel-100", 3 "dismissed": true, 4 "lastUpdated": "2026-01-16T02:25:12.000Z", 5 "links": { 6 "self": "/services/data/vXX.X/connect/rra/relationship-insights/rra-insight-000456/relationships/rra-rel-100/dismiss", 7 "insight": "/services/data/vXX.X/connect/rra/relationship-insights/rra-insight-000456" 8 } 9}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| dismissed | Boolean | Indicates whether the relationship is dismissed (true) or not (false). This value is always true for a successful dismissal request. | Big, 67.0 | 67.0 |
| lastUpdated | String | Date and time when the relationship dismissal record was last updated. | Big, 67.0 | 67.0 |
| links | CRM Match Links[] | Links related to the dismissed relationship resource, including a self link and a link to the associated relationship insight. | Big, 67.0 | 67.0 |
| relationshipId | String | Unique identifier of the dismissed relationship. | Big, 67.0 | 67.0 |