Delete Transaction

Add transactions to the portfolio directly.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Sample Payload

Note: You may only use one of the 3 options to identify the transactions.

{
  "txId_list" : [
      "txId1",
      "txId2",
      "txId3"
  ],
  "ledgerId_list" : [
      444,
      555,
      999
  ],
  "memo_list" : [
      "memo1",
      "memo2",
      "memo3"
  ]
}
Headers
string

Pass your API KEY here

integer

Pass your portfolio ID

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain