---
title: "Delete Card"
method: DELETE
path: "/v2/cards/{id}"
tags: ["cards"]
---

# Delete Card

`DELETE /v2/cards/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- CardOut — Banking card model used as route output
  - `customer` string — Associated customer
  - `brand` string, required — Card brand
  - `country` string, required — Country of the card issuer
  - `created` string, date-time, required — Date of creation in Epoch timestamp
  - `exp_month` integer, required — Month in MM format
  - `exp_year` integer, required — Year expiration in YYYY format
  - `external_id` string — Unique id with unicity check
  - `funding` 'credit' | 'debit' | 'prepaid' | 'universal' | 'charge' | 'deferred' | 'unknown' — An enumeration.
  - `id` string, required
  - `last4` string, required — Last 4 digit of the card number
  - `name` string — Custom name given to the card, often the card holder name
  - `nature` 'personal' | 'corporate' | 'unknown' — An enumeration.
  - `preferred_network` 'national' | 'visa' | 'mastercard'
  - `network` 'unknown' | 'national' | 'visa' | 'mastercard' — An enumeration.
  - `zip_code` string — Zip code in 2 to 8 digit format
  - `deleted` boolean, required

## Other responses

- `422` — Validation Error

---

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