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
JSON reject_inbox_document {
"tool": "reject_inbox_document",
"params": {
"inbox_id": "<string>",
"reason": "<string>"
}
} 200 Response
JSON {
"rejected": true,
"inbox_id": "<string>"
}