---
title: "Terminate Card"
method: POST
path: "/cards/{cardId}/terminate"
tags: ["Cards"]
---

# Terminate Card

`POST /cards/{cardId}/terminate`

Via this endpoint you can terminate a card. This cannot be undone. Card termination is a final step.

## Path parameters

- `cardId` string, uuid, required

## Request body

- object
  - `reason` 'LOST' | 'STOLEN' | 'OTHER', required — * `LOST` - usable for `PHYSICAL` and `BLACK` cards * `STOLEN` - usable for `PHYSICAL`, `BLACK`, `VIRTUAL`, `SINGLE_USE` and `TRAVEL` cards * `OTHER` - usable for `PHYSICAL`, `BLACK`, `VIRTUAL`, `SINGLE_USE` and `TRAVEL` cards
  - `comment` string, nullable

## Response `204`

Ok

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `409` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

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