Skip to main content
DELETE
/
v3
/
{customerId}
/
Investments
/
Delete
/
{loginId}
Delete Investments
curl --request DELETE \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/Investments/Delete/{loginId}
{
  "Message": "<string>"
}
Specific endpoint to delete both Investments and Banking Data.

Path Parameters

customerId
string
required

Unique GUID provided by Flinks that grants you access to the environment specified in the instance field. By default, the value is the key for the toolbox environment.

loginId
string
required

A unique identifier that represents the login information for the customer that you want to delete data for.

Response

OK

Message
string