Delete an activation

Permanently deletes an activation. It cannot be undone.

POST/v3/activations/{id}/deactivate

Path parameters

idstringrequired

Request body

productIdstringrequired

Unique identifier for the product.

Length: [1,256]

accountIdstringrequired

Unique identifier for the account.

fingerprintstringrequired

Fingerprint of the machine.

Length: [64,1024]

userHashstringrequired

Hash of the machine user name.

Length: [1,256]

deviceIdstring

Unique identifier for the device.

Format: uuid

deviceChallengestring

Device challenge.

Length: [0,256]

deviceChallengeSignaturestring

Challenge signature of the device.

Length: [0,1024]

osstring

Name of the operating system.

Allowed values: windows, linux, macos, android, ios

Response

200 OK