bulkModifyRequestLinks

View as Markdown

Execute a bulk action (UNLINK, DELETE) on linked entities.

Executes one action across multiple linked entities of the source request in a single call. Actions:

  • UNLINK — Remove the relationship but keep the target entities intact. - DELETE — Soft-delete the target entities (implicitly removes the link too).

Parameters

NameTypeRequiredDescription
requestIdstringYesSource request display ID (e.g., REQ-123)
actionLinkedBulkActionTypeDTOYes
itemsLinkedBulkActionItemDTO[]YesList of linked entity items to act on