---
title: "Card token operation"
method: POST
path: "/v1/cards/{card_id}"
tags: ["Card lifecycle"]
---

# Card token operation

`POST /v1/cards/{card_id}`

Perform token operation for card identified in path.

## Path parameters

- `card_id` string, required

## Request body

- TokenOperationByCard
  - `operation_reason` string, required — Token operation reason. Be descriptive, it should be clear what the customer needs to do.
  - `operation_type` 'SUSPEND' | 'RESUME' | 'DELETE', required — Token operation to execute
  - `operator_id` string — Client-generated ID for person or system performing the operation.

## Response `200`

No Content

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
