License
Deactivate a license
Removes a machine from a license's active devices. Frees up an activation slot.
post/v1/license/deactivate
Request body
Example request
{
"license_key": "ABCDE-12345-FGHIJ-67890-KLMNO",
"machine_id": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
}Response
Machine deactivated successfully.
Example response
{
"message": "Machine has been deactivated."
}