Source: https://manu-tests-all-orgs.docs-staging.pageloop.ai/mcp-tools/requests-tickets/links-relationships/bulk-modify-request-links

# bulkModifyRequestLinks

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

| Name        | Type                       | Required | Description                               |
| ----------- | -------------------------- | -------- | ----------------------------------------- |
| `requestId` | string                     | Yes      | Source request display ID (e.g., REQ-123) |
| `action`    | LinkedBulkActionTypeDTO    | Yes      |                                           |
| `items`     | LinkedBulkActionItemDTO\[] | Yes      | List of linked entity items to act on     |
