latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Data v2.Connector.Accounts
REGION.US
MULTI_TENANT

Delete Accounts

Deletes existing account in the Tink platform that was originally created via the data v2 Connector.

post/data/v2/connector/accounts:delete

Request body

externalAccountIdstring required

The unique external account identifier specified by the customer when ingesting the account.

externalUserIdstring required

The external user identifier specified by the customer when creating the user to whom this account belongs.

Example request

{
  "externalAccountId": "c78d431b892c42a197de6cb1eafdc8c2",
  "externalUserId": "9190442462734df9a9479acd9f69b04c"
}

Response

A successful response.