<!--
{
  "availability" : [
    "VPP License Management: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/Revoke-Assets",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rest:vpp:post:v2-assets-revoke"
  },
  "title" : "Revoke Assets"
}
-->

# Revoke Assets

Revoke assets from client user IDs and serial numbers.

## Discussion

### Example Request and Response

**Request:**

```
{
    "clientUserIds": [
        "client-1",
        "client-2"
    ],
    "serialNumbers": [
        "serial-1",
        "serial-2"
    ]
}
```

**Response:**

```json
{
    "eventId": "ed3edfc3-e617-465e-b309-a17925266e14",
    "tokenExpirationDate": "2030-11-08T22:33:22+0000",
    "uId": "2049025000431439"
}
```

## Topics

### Request and Response

[`RevokeAssetsRequest`](/documentation/DeviceManagement/RevokeAssetsRequest)

The request for asset revocation.

[`EventResponse`](/documentation/DeviceManagement/EventResponse)

The response that contains the event identifier.

[`ErrorResponse`](/documentation/DeviceManagement/ErrorResponse)

The response that contains the error that occurs.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)