Unassign device(s) from a group using an asynchronous operation. On a successful request this endpoint will return a 202 Accepted
response with a Location
header that contains the resource URI of the operation. That resource URI can then be used to monitor the asynchronous operation's status.
A request body containing devices
is required if the force
query parameter is not set to true
. If force
is true
, then no body should be provided.
required | Array of objects (deviceRemoveRequest-v1) non-empty |
Successful Response
Bad request
Unauthorized
Forbidden
Not found
Not acceptable
Unsupported media type
Internal server error
{- "devices": [
- {
- "deviceId": "LUKEB1-G11+TUXED0CA77"
}
]
}
{- "httpStatusCode": 400,
- "errorCode": "HPE-GL-COMPUTE_OPS-0500001",
- "message": "string",
- "debugId": "string",
- "errorDetails": [
- {
- "type": "hpe.greenlake.bad_request",
- "issues": [
- {
- "source": "field",
- "subject": "user.phone",
- "description": "string"
}
]
}
]
}