POST
/
key
/
deactivate
Deactivate a license key
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
}

Authorizations

Authorization
string
header
required

Access token for API authentication

Body

application/json

Response

200 - application/json

License key deactivated successfully

The response is of type object.