> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# 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     |