cURL
curl --request POST \ --url https://api.keymint.dev/key/deactivate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "productId": "<string>", "licenseKey": "<string>", "hostId": "<string>" }'
{ "message": "Device deactivated", "code": 0 }
Deactivates a license key from a specific device, freeing up an activation slot for use on other devices
Access token for API authentication
License key deactivated successfully
The response is of type object.
object