---
title: Revoke Assets
framework: devicemanagement
role: symbol
role_heading: Web Service Endpoint
path: devicemanagement/revoke-assets
---

# Revoke Assets

Revoke assets from client user IDs and serial numbers.

## URL

POST https://vpp.itunes.apple.com/mdm/v2/assets/revoke

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: The provided token is invalid. It may either be missing or expired. 500 Internal Server Error: An internal server error occurred. Try again later.

## Discussion

Discussion Example Request and Response

## HTTP Body

missing

## Topics

### Request and Response

- [RevokeAssetsRequest](devicemanagement/revokeassetsrequest.md)
- [EventResponse](devicemanagement/eventresponse.md)
- [ErrorResponse](devicemanagement/errorresponse.md)

## See Also

### Asset management

- [Get Assets](devicemanagement/get-assets-4ski1.md)
- [Associate Assets](devicemanagement/associate-assets.md)
- [Disassociate Assets](devicemanagement/disassociate-assets.md)
- [Get Assignments](devicemanagement/get-assignments-9wv1e.md)
