---
title: "Unregister a Credit Card."
method: POST
path: "/creditCardUnregisters"
tags: ["3. Fund"]
---

# Unregister a Credit Card.

`POST /creditCardUnregisters`

## Request body

- CreateCreditCardUnregisterCriteria — <strong>customerIdentifier</strong> - Specify the customer associated with the credit card. Must be the customer the accountIdentifier is associated with.<br/><br/><strong>accountIdentifier</strong> - Specify the account this credit card is associated with.<br/><br/><strong>creditCardToken</strong> - Specify the credit card token to unregister.<br/><br/>
  - `customerIdentifier` string, required — Specify the customer associated with the credit card. Must be the customer the accountIdentifier is associated with.
  - `accountIdentifier` string, required — Specify the account this credit card is associated with.
  - `creditCardToken` string, required — Specify the credit card token to unregister.

## Response `200`

OK

- CreditCardUnregisterView
  - `token` string, required
  - `message` string, required
  - `createdDate` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/tangocard/apis/tango-api.md) · [All operations](https://skmtc.net/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tangocard/tango-api/revisions/324ad9683921/schema)
