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

# Delete card by card_id

`DELETE /v1/cards/{card_id}`

Delete card by card_id

## Path parameters

- `card_id` string, required

## Response `200`

The object has been successfully deleted

## Other responses

- `400` — Client specified an invalid argument, request body or query param
- `401` — The user is unauthorized
- `403` — Authenticated user is not allowed to access this resource
- `404` — The resource was not found
- `408` — Request timeout
- `429` — Too many requests
- `500` — Internal server error

---

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