---
title: "Delete customer card"
method: DELETE
path: "/customers/{customerId}/cards/{cardId}"
tags: ["Customer"]
---

# Delete customer card

`DELETE /customers/{customerId}/cards/{cardId}`

## Path parameters

- `customerId` integer, required
- `cardId` integer, required

## Response `204`

Successfully deleted card

## Other responses

- `404` — No card found
- `default` — Failed

---

[API](https://skmtc.net/helcim/apis/the-helcim-api.md) · [All operations](https://skmtc.net/helcim/apis/the-helcim-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helcim/the-helcim-api/versions/345052ca6578/schema)
