---
title: "Deactivate License Key"
method: POST
path: "/v1/license-keys/deactivate"
tags: ["license_keys", "public"]
---

# Deactivate License Key

`POST /v1/license-keys/deactivate`

Deactivate a license key instance.

**Scopes**: `license_keys:write`

## Request body

- LicenseKeyDeactivate
  - `key` string, required
  - `organization_id` string, uuid4, required
  - `activation_id` string, uuid4, required

## Response `204`

License key activation deactivated.

## Other responses

- `404` — License key not found.
- `422` — Validation Error

---

[API](https://skmtc.net/polar/apis/polar-api.md) · [All operations](https://skmtc.net/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polar/polar-api/revisions/1ee4b8be5abd/schema)
