---
title: "Delete Card"
method: DELETE
path: "/v3/{customerId}/BankingServices/DeleteCard/{loginId}"
tags: ["Connect"]
---

# Delete Card

`DELETE /v3/{customerId}/BankingServices/DeleteCard/{loginId}`

Delete all data that's associated with a specific user account.

## Path parameters

- `customerId` string, required
- `loginId` string, required

## Headers

- `x-api-key` string
- `Content-Type` 'application/json', required

## Response `200`

Success

- object
  - `StatusCode` integer
  - `Message` string

## Other responses

- `400` — Card In Use

---

[API](https://skmtc.dev/flinks/apis/flinks-api.md) · [All operations](https://skmtc.dev/flinks/apis/flinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flinks/flinks-api/revisions/0983646f91b4/schema)
