---
title: "Delete Device Binding"
method: DELETE
path: "/device-bindings/{tokenId}/{deviceId}"
tags: ["Device Binding"]
---

# Delete Device Binding

`DELETE /device-bindings/{tokenId}/{deviceId}`

Delete the binding between a device and a token.

## Path parameters

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

## Headers

- `authorization` string, required
- `x-correlation-id` string, required
- `mcCertifiedSolutionId` string
- `credentialId` string

## Response `204`

No Content

## Other responses

- `400` — Bad request - Not Retryable
- `401` — Unauthorized - Not Retryable
- `404` — Not Found - Not Retryable
- `429` — Too Many Requests - Retryable
- `500` — Internal Server Error Retry possible
- `503` — Service Unavailable Retry possible

---

[API](https://skmtc.net/thalescloud/apis/d1-oauth-api.md) · [All operations](https://skmtc.net/thalescloud/apis/d1-oauth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thalescloud/d1-oauth-api/revisions/96089514858c/schema)
