LedgerLou Docs is optimized for desktop.

Please open this page on a device with a wider screen.

Payables · Email inbox

Reject inbox document

Rejects an inbox document. Used when the document is invalid, a duplicate, or not relevant.

reject_inbox_document
Authorization
Authorization string header required API key in the format ll_.... Pass as a Bearer token in the OAuth flow.
Scopes
kreditoren:write
Parameters
inbox_id string (uuid) required UUID of the inbox entry
reason string optional Optional rejection reason
Response
200
Success
MCP reject_inbox_document
JSON
{
  "tool": "reject_inbox_document",
  "params": {
    "inbox_id": "<string>",
    "reason": "<string>"
  }
}
200 Response
JSON
{
  "rejected": true,
  "inbox_id": "<string>"
}