---
title: "Delete Card Account"
method: POST
path: "/tokenizer/ve1_2/token/delete"
tags: ["Card Account"]
---

# Delete Card Account

`POST /tokenizer/ve1_2/token/delete`

This API can be used to delete a card account by providing the mercid and cardaccountid or the mercid, customer_refid and cardaccountid.

## Headers

- `BD-Traceid` string, required
- `BD-Timestamp` string, required
- `Content-Type` string, required
- `Accept` string, required

## Request body

- object
  - `mercid` string — Unique identifier as defined by BillDesk for each merchant
  - `cardaccountid` string — Unique ID created by BillDesk for the combination of card number, mercid and customer_refid

## Response `200`

OK

- object
  - `objectid` 'transaction' | 'authentication' | 'mandate' | 'invoice' | 'cardaccount' | 'validatevpa' | 'dispute' | 'settlement' | 'altid' | 'mandate_token' | 'accountvalidation' — String representing the object's type. Objects of the same type share the same value.
  - `mercid` string — Unique identifier as defined by BillDesk for each merchant
  - `cardaccountid` string — Unique ID created by BillDesk for the combination of card number, mercid and customer_refid
  - `status` string

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error
- `default` — Any bad or invalid request will lead to following error object

---

[API](https://skmtc.net/billdesk/apis/payments.md) · [All operations](https://skmtc.net/billdesk/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/billdesk/payments/revisions/43f021fc467f/schema)
