v2

latestOpenAPI 3.0.0Terms and conditions2026-08-064293107.7 KB
Feedback items

Unlink a feedback item from one or more work items — the inverse of connect. Idempotent: ids that aren't currently linked are ignored, so an agent can safely undo a wrong connect or retry. Returns the remaining connections (same shape as connect).

post/feedback_item/{feedbackItemId}/disconnect

Path parameters

feedbackItemIdstring required

Request body

itemIdsstring[] required

IDs of work items to unlink from this feedback item. Ids that aren't currently linked are silently ignored (the call is idempotent).

Response

The feedback item is disconnected from the work items

feedbackItemIdstring required
connectedItemIdsstring[] required

IDs of the work items still linked to the feedback item after the unlink.

disconnectedstring[] required

IDs that were actually unlinked by this call.

notFoundstring[] required

Requested IDs that were not unlinked because they weren't linked (or don't exist) — lets the caller distinguish a real disconnect from a no-op.