Remove Pending Updates
Removes the most recent pending update (that is generated for a key but is not installed) for the provided Activation ID (AID). If activation ID is not the most recent (i.e. there are older pending updates), this action will fail.
| Method Type | URI |
|---|---|
| DELETE | v90/ws/activation/{AID}/target.ws |
URI Parameters
| Parameter | Description | Type |
|---|---|---|
| AID | The activation ID. You can get the AID by using the Checkin action in update protection key web service. | String |
Sample Response
Success
HTTP Status Code: 204
Header-Location: Deleted
Failure
Status Code: 400
Response Body: There are newer activations to remove. First remove activation ID(s): {AID}.
