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

# Delete card

`DELETE /card/{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-13** `43ff7af31b1e` — 2 breaking, 3 info
  - added the new path request parameter `id`
  - removed the required property `result` from the response with the `200` status
  - api operation id `deleteCardById` was added
  - api tag `Cards` added
  - …1 more

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/card/: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/2d657e4e5d6b/schema)
