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

# Delete card

`DELETE /api/v1/cards/{card_id}`

Permanently delete (close) a card by Card UUID. This cannot be undone.

## Path parameters

- `card_id` string, uuid, required

## Headers

- `x-api-key` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `7ed1b58c5607` — 1 info
  - endpoint added
- **2026-07-28** `e6301d6796bf` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/hevn-inc/apis/hevn-api/changes/api/v1/cards/:card_id/delete.md)

---

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