---
title: "Unbind a device from a card token"
method: POST
path: "/card-tokens/{tokenId}/devices/{deviceId}/unbind"
tags: ["Card Simulator"]
---

# Unbind a device from a card token

`POST /card-tokens/{tokenId}/devices/{deviceId}/unbind`

Simulate the removal of a device binding from a card token, marking the device as DELETED within the token record in card-service

## Path parameters

- `tokenId` string, required
- `deviceId` string, required

## Query parameters

- `cardId` string, required

## Response `204`

Device unbound successfully

## Other responses

- `400` — Bad Request
- `404` — Token or device not found

---

[API](https://skmtc.net/modulrfinance/apis/modulr-api.md) · [All operations](https://skmtc.net/modulrfinance/apis/modulr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modulrfinance/modulr-api/versions/cbd52524c8ef/schema)
