---
title: "Delete Card"
method: DELETE
path: "/cards/{cardId}"
tags: ["Card", "Swipe"]
---

# Delete Card

`DELETE /cards/{cardId}`

## Path parameters

- `cardId` string, uuid, required — The unique identifier for the card for which you want to delete.

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Response `200`

Return deleted card spent and available credits

- object
  - `remainingCredit` string, required — The credit limit of the card identified by **cardId** before it was deleted. This field is only applicable to clients opting in for standard authentication.
  - `availableCredit` string, required — The credit limit of the card identified by **cardId** after deletion. This value should be 0 by default.

## Other responses

- `404` — Record not found

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/versions/525072733e02/schema)
