latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Data v2.Connector.Transactions
REGION.US
MULTI_TENANT
Delete Transactions
Initiates a transactions deletion operation in the data v2 Connector.
The request payload specifies the transactions to be deleted.
This operation is asynchronous and upon initiation the API returns an operationId - a unique identifier for the deletion process.
The operationId can be used to retrieve and track the status of the operation. Refer to the documentation for the relevant Tink product you use with the data v2 Connector to learn how to work with operationId in your specific product context.
post/data/v2/connector/transactions:batchDelete
Request body
Example request
{
"externalOperationId": "2677efa6cebe4d56bd30e0f239075dd8",
"operationPriorityType": "BACKGROUND",
"users": [
{
"accounts": [
{
"externalAccountId": "2345a0fa0026420b858283866b81196f",
"transactions": [
{
"externalTransactionId": "618e29067ebd4faea47d733776e3e5b1"
}
]
}
],
"externalUserId": "a480c0c82f684c268ab3c493c1222065"
}
]
}Response
A successful response.