RevnuDocs
Browse the Docs

API Reference / Dismiss a card

Dismiss a card

POST/api/v1/review/{id}/dismiss

Decline a card. It closes without shipping, the agent's trust for that kind of work resets, and the reason teaches it.

curl -X POST -H "Authorization: Bearer $REVNU_API_TOKEN" \
  -H "content-type: application/json" \
  -d '{"reason":"Off brand, we never discount."}' \
  https://revnu.com/api/v1/review/k97…/dismiss

Body

reason, optional, up to 2,000 characters. Outbound-setup cards also cancel their proposal.

Agents: this page is also markdown at /docs/review-dismiss.md, answers Accept: text/markdown, and is listed in /docs/llms.txt.

Frequently Asked Questions

`review:write`. A token without it gets `403` with `requiredScope` in the body. `GET /me` shows a token's scopes.