---
title: "Deactivate a license installation"
method: POST
path: "/license/deactivate"
tags: ["Licensing"]
---

# Deactivate a license installation

`POST /license/deactivate`

Deactivates the matching device or server instance and releases its activation slot.

## Request body

- LicenseDeactivationRequest
  - `license_key` string, required
  - `instance` string, required

## Response `200`

Deactivation processed

- LicenseDeactivationResponse
  - `success` true, required
  - `deactivated` boolean, required

## Other responses

- `404` — License key not found
- `422` — Request validation failed
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/b-cdn/apis/billingserv-api-v2.md) · [All operations](https://skmtc.net/b-cdn/apis/billingserv-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b-cdn/billingserv-api-v2/revisions/76cfbed5eb40/schema)
