---
title: "Unblock CVV - Idempotent"
method: PATCH
path: "/api/v1/cards/{publicToken}/cvv/status"
tags: ["Card CVV"]
---

# Unblock CVV - Idempotent

`PATCH /api/v1/cards/{publicToken}/cvv/status`

## Path parameters

- `publicToken` string, required

## Request body

- UnblockCvvRequest — Request for Unblock card CVV endpoint.
  - `status` 'Unblocked' | 'Blocked', required — The new status of the card's CVV. This should be set to 'Unblocked' when unblocking the CVV.
  - `description` string, nullable — Reason for unblocking the CVV.
  - `updatedBy` string, nullable — User who unblocked the CVV.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Server Error

---

[API](https://skmtc.dev/thredd/apis/core-cards.md) · [All operations](https://skmtc.dev/thredd/apis/core-cards/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thredd/core-cards/revisions/841f62def5bf/schema)
