Dismiss Relationship Input

Input representation that contains information about the relationship dismissal request.
JSON example
1{
2  "reasonCode": "NOT_RELEVANT",
3  "comment": null,
4  "clientContext": { "surface": "RecordPage", "component": "RraInsightPanel" }
5}
Properties
Name Type Description Required or Optional Available Version
clientContext Map<String, Object> Optional UI context used for telemetry, such as page, component, or sessionId. The system doesn't persist this information in the relationship record. Optional 67.0
comment String Optional note that explains the reason for the dismissal of the relationship. Administrators or support tooling typically use this field. Optional 67.0
reasonCode String Reason to dismiss the relationship. Possible values include:
  • INCORRECT
  • NOT_RELEVANT
  • DUPLICATE
  • SENSITIVE
  • OTHER
Optional 67.0