---
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.

---

[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)
