---
title: "Delete a card"
method: DELETE
path: "/cards/{id}"
---

# Delete a card

`DELETE /cards/{id}`

Deletes a card stored on file.

## Path parameters

- `id` string, required

## Response `204`

The card was successfully deleted.

## Changes

- **2026-08-21** `6882c8d02fd7` — 1 info
  - endpoint added

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

---

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