v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Transaction Custom Export

Remove Bulk TransactionCustomExport

Endpoint bulk to remove a list of TransactionCustomExport by TransactionIds.

delete/business/v2/transactions/custom-exports/bulk-remove

Request body

idsstring[] required

A list of TransactionCustomExportIds

Example request

{
  "ids": [
    "8uf79328-a7ae-4222-aa54-091ff7f429a7"
  ]
}

Response

The result is an array containing TransactionCustomExport.

Example response

{
  "result": [
    {
      "id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
      "transaction_id": "7bf79328-a7ae-4222-aa54-091ff7f429a7"
    }
  ]
}