---
title: "Delete a Card"
method: DELETE
path: "/v1/cards/{id}"
tags: ["Cards"]
---

# Delete a Card

`DELETE /v1/cards/{id}`

> 📘
>
> You can place the bearer `access_token` for a specific user into the Authentication section of this documentation 👉.

This endpoint deletes a debit card by way of a card's unique ID. If the card is successfully deleted, you'll receive an HTTP 200 OK response.

> 🚧
>
>  Astra will only delete cards that were added by the requesting OAuth Client. End-users can delete cards through the Web App.

> ❗️
>
>  A card can only be deleted if there are no active routines or pending transfers associated with it.

## Path parameters

- `id` string, required

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/astra/apis/astra-developer-api.md) · [All operations](https://skmtc.net/astra/apis/astra-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astra/astra-developer-api/revisions/09f0430e5d33/schema)
