Dismiss Line Match Suggestion
POST/api/ledger/reconciliation/bank-statements/lines/:bankStatementLine/dismiss-match
Declare a suggested candidate "not a match" for this line. The candidate's identity is pinned to the line (order-independent fingerprint), so the same document/combination is never re-offered by Line Match Suggestions or confirmed by Auto-match — and a dismissed group combination's per-supplier slot frees up for the next-best combination on the next refresh. Undone by the Restore Dismissed Suggestions endpoint.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Body:
match_kind(required, 'entry' | 'settlement' | 'group') — the candidate's kind exactly as the suggestions endpoint returned it.entry_ids(required unless match_kind=settlement, array of integers) — the candidate's ledger entry id(s); order does not matter.settlement_id(required when match_kind=settlement, integer) — the Amazon settlement id.
Authentication: Requires Bearer token.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Unprocessable Content
Response Headers
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.