Skip to main content
DELETE
/
v3
/
{customerId}
/
BankingServices
/
DeleteCard
/
{loginId}
Delete Card
curl --request DELETE \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/BankingServices/DeleteCard/{loginId} \
  --header 'Content-Type: <content-type>'
{
  "StatusCode": 200,
  "Message": "All of the information about LoginId eceae0c0-1ed3-468f-ae30-08d6decf1675 has been removed"
}
Use the /DeleteCard endpoint to delete all data that’s associated with a specific user account.

Headers

x-api-key
string

Security feature that grants access to this endpoint.

Content-Type
enum<string>
default:application/json
required

Content type of the request.

Available options:
application/json
Example:

"application/json"

Path Parameters

customerId
string
default:43387ca6-0391-4c82-857d-70d95f087ecb
required

Unique GUID provided by Flinks.

loginId
string
required

Unique loginId associated with the account you want to delete.

Response

Success

StatusCode
integer
Message
string