---
title: "Delete a vendor card"
method: DELETE
path: "/v3/spend/cards/{cardId}"
tags: ["cards"]
---

# Delete a vendor card

`DELETE /v3/spend/cards/{cardId}`

Delete an existing vendor card. A deleted card cannot be restored. The deleted card is not available in the list of cards.

## Path parameters

- `cardId` string, required — BILL-generated ID or UUID of the card

## Query parameters

- `reason` 'CANCELLED' | 'LOST' | 'STOLEN' | 'MISPLACED', nullable — Delete card reason

## Headers

- `apiToken` string, nullable — Access token for Spend & Expense API authentication

## Response `200`

Delete a vendor card response

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

[API](https://skmtc.net/bill/apis/bill-v3-api.md) · [All operations](https://skmtc.net/bill/apis/bill-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bill/bill-v3-api/revisions/0483350c434e/schema)
