FruxonDocs
Agent NetworkTriggers

Deliberately excludes every work item in a selection, with one reason.

"Drain this stage" is this verb with a stage filter. Same selection and confirmation rules as the re-drive; only READY, FAILED and DEAD items qualify, never one a pass holds.

POST
/v1/tenants/{tenant}/triggers/{trigger}/ledger/items:ignore
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

trigger*string

The trigger identifier.

Formatuuid
tenant*string

The tenant identifier

The selection, the required reason, and the confirmed count.

selection*

What to exclude. Required.

reason*string

Why — required, recorded on every item and transition.

Length1 <= length <= 4000
confirmCount*integer
Formatint32
[key: string]?never

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/triggers/497f6eca-6276-4993-bfeb-53cbbbba6f08/ledger/items:ignore" \  -H "Content-Type: application/json" \  -d '{    "selection": {},    "reason": "string",    "confirmCount": 0  }'
{
  "matched": 0,
  "affected": 0
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}