Delete an activation
Permanently deletes an activation. It cannot be undone.
POST/v3/activations/{id}/deactivate
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| deviceId | string | Unique identifier for the device. | format: uuid |
| deviceChallenge | string | Device challenge. | min: 0, max: 256 |
| deviceChallengeSignature | string | Challenge signature of the device. | min: 0, max: 1024 |
| productId* | string | Unique identifier for the product. | min: 1, max: 256 |
| accountId* | string | Unique identifier for the account. | |
| fingerprint* | string | Fingerprint of the machine. | min: 64, max: 1024 |
| userHash* | string | Hash of the machine user name. | min: 1, max: 256 |
| os* | string | Name of the operating system. | enum: [windows, linux, macos, android, ios] |
Request Example
Responses
200
400
404
409
429
500