reject_payouts
Reject pending payouts for a project by payout IDs or date range. Use dry run to preview changes before confirming the mutation.
Instructions
Rejects payouts: PATCH /api/v1/projects/:projectId/payouts/reject. Same body rules as approve_payouts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true, validate and return a preview only; no server mutation. | |
| confirmed | No | Must be true to perform the mutation after reviewing dry_run output. | |
| project_id | Yes | ||
| payout_ids | No | Mutually exclusive with from_date/to_date filters on server. | |
| from_date | No | ||
| to_date | No | ||
| user_address | No | ||
| affiliate_address | No |