post/key/deactivate
Deactivate Key
Deactivate a license to free up a machine activation seat. Client keys must include hostId and can only deactivate that device.
Authentication required: Bearer Token in
Authorization header.Parameters
Idempotency-Key
string (header)Client-generated unique key making a mutating request idempotent. Replaying a request with the same key returns the original result instead of duplicating side effects. Optional on POST/PUT/PATCH/DELETE.
e.g. <IDEMPOTENCY-KEY>Request Body (application/json)
productIdrequired
stringlicenseKeyrequired
stringhostId
stringRequired when using a client-scoped API key. Admin keys may omit hostId to remove all activations for the license.
Responses
200License key deactivated successfully
Response Body (200)
message
stringcode
integerRequest Example
Response (200 OK)