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

# Delete card

`DELETE /cards/{id}`

Delete a credit card associated with the current user.

## Path parameters

- `id` string, required — ID of the card to delete.

## Response `200`

Card was deleted successfully.

- object
  - `data` 'ok', required

## Changes

- **2024-12-16** `021e5a9aa9e2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/cards/:id/delete.md)

---

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