POST
/v1/organizations/:organizationId/mdm/apple/enterprise/vpp/locations/:admVppLocationId/assets/revoke
Copy to clipboard
Revoke admVppAsset
Required Permission: mdm.apple.vppAsset.revoke
Revoke admVppAsset
Request
Add parameter in header
authorization
Example:
Authorization: Bearer <token>
organizationId
string
required
admVppLocationId
string
required
Body Params
application/json
clientUserIds
array [string]
optional
serialNumbers
array [string]
optional
{
"clientUserIds": [
"string"
],
"serialNumbers": [
"string"
]
}
Responses
200 Response
application/json
status
boolean
optional
data
object
optional
eventId
string
optional
{
"status": true,
"data": {
"eventId": "string"
}
}
401 Response
application/json
status
boolean
optional
error
object
optional
code
number
optional
message
string
optional
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
404 Response
application/json
status
boolean
optional
error
object
optional
code
number
optional
message
string
optional
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}