License

Deactivate a license

Removes a machine from a license's active devices. Frees up an activation slot.

post/v1/license/deactivate

Request body

license_keystring required

License key in format XXXXX-XXXXX-XXXXX-XXXXX-XXXXX.

machine_idstring required

SHA-256 hash of machine identifier (64 hex characters).

Example request

{
  "license_key": "ABCDE-12345-FGHIJ-67890-KLMNO",
  "machine_id": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
}

Response

Machine deactivated successfully.

messagestring required

Example response

{
  "message": "Machine has been deactivated."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.