# Reject transfers Allows rejection transfers in bulk Endpoint: POST /transfers/account/{AccountIdentifier}/program/{ProgramCode}/action/reject Version: 1.0.0-beta Security: bearerToken ## Path parameters: - `AccountIdentifier` (string, required) Account identifier Example: "098B0A25" - `ProgramCode` (string, required) Any program code. Ref.Data.REGISTRY_PROGRAM_REGI ## Request fields (application/json): - `dryRun` (boolean) - `notes` (string) - `transfers` (array) Transfer identifiers ## Response 400 fields (application/json): - `code` (string) Enum: "INVALID_PROGRAM", "INVALID_REQUEST", "EMPTY_REQUEST", "REQUEST_TOO_LARGE", "INCOMPLETE_M_RETS_BATCH", "INVALID_TRANSFERS" - `message` (string) - `errors` (array) ## Response 401 fields (application/json): - `message` (string) ## Response 500 fields (application/json): - `message` (string) ## Response 200 fields