removeRequestLink

View as Markdown

Unlink a target entity from a source request.

Removes a single link between the source request and one target entity. - Pass reference_key to remove only that specific relationship (recommended). - If reference_key is omitted, all links between the two entities are removed.

Parameters

NameTypeRequiredDescription
targetDisplayIdstringYesTarget entity display ID to unlink (e.g., REQ-456, CHG-789)
requestIdstringYesSource request display ID (e.g., REQ-123)
reference_keystringNoReference key of the relationship to remove (e.g., parent_child). If omitted, all links between the two entities are r
target_entity_typeREQUEST | CHANGENoEntity type of the target. Defaults to REQUEST.