---
title: "Excluir cartão"
method: DELETE
path: "/customers/{customer_id}/cards/{card_id}"
---

# Excluir cartão

`DELETE /customers/{customer_id}/cards/{card_id}`

Com o verbo _HTTP DELETE_, através do identificador do cartão (`card_id`) e do identificador do cliente (`customer_id`) ao qual o cartão está associado, é possível remover o cartão da **Wallet** do cliente.

## Path parameters

- `customer_id` string, required
- `card_id` string, required

## Response `200`

200

- object
  - `id` string
  - `first_six_digits` string
  - `last_four_digits` string
  - `brand` string
  - `holder_name` string
  - `exp_month` integer
  - `exp_year` integer
  - `status` string
  - `created_at` string
  - `updated_at` string
  - `deleted_at` string
  - `billing_address` object
    - `zip_code` string
    - `city` string
    - `state` string
    - `country` string
    - `line_1` string
  - `customer` object
    - `id` string
    - `name` string
    - `email` string
    - `document` string
    - `type` string
    - `delinquent` boolean
    - `created_at` string
    - `updated_at` string
    - `phones` object
      - `home_phone` object
        - `country_code` string
        - `number` string
        - `area_code` string
      - `mobile_phone` object
        - `country_code` string
        - `number` string
        - `area_code` string
    - `metadata` object
      - `company` string
  - `type` string

## Other responses

- `404` — 404

---

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