Cancel transfers

Allows cancellation transfers in bulk

SecuritybearerToken
Request
path Parameters
AccountIdentifier
required
string

Account identifier

Example: 098B0A25
ProgramCode
required
string (ProgramCode)

Any program code

Enum: "NEPOOL" "M_RETS" "NAR" "ERCOT" "PJM" "MIRECS" "NCRETS" "NYGATS" "IREC" "TIGR" "CAR" "VCS" "ACR" "CERCARBONO"
Request Body schema: application/json
dryRun
boolean
notes
string
batchIdentifier
string
transfers
Array of strings

Transfer identifiers

Responses
200

Transfers withdrawn successfully

400

Bad request

401

Not authorized error

500

Internal server error

post/transfers/account/{AccountIdentifier}/program/{ProgramCode}/action/cancel
Request samples
application/json
{
  • "dryRun": true,
  • "notes": "string",
  • "batchIdentifier": "string",
  • "transfers": [
    ]
}
Response samples
application/json
{
  • "code": "INVALID_REQUEST",
  • "message": "string",
  • "errors": [
    ]
}