Unassign a device from a group

delete/compute-ops/v1beta2/groups/{group-id}/devices/{device-id}

Unassign a device from a group

SecurityBearer
Request
path Parameters
group-id
required
string <uuid>
device-id
required
string
query Parameters
reset-subsystems
Array of strings
Default: []

After the device is removed from its group, this option initiates a job to factory reset the specified Redfish subsystem(s). This option is only valid for servers and "BIOS" is the only supported subsystem.

header Parameters
Tenant-Acid
string <uuid>

Tenant-Acid header can be used by an MSP workspace to make API calls on behalf of their tenant by specifying the tenant's application customer ID.

In order to make such an API call, the Bearer token must belong to an MSP workspace and this header value must be the application customer ID of a tenant within the MSP workspace. Use the /compute-ops-mgmt/v1beta1/accounts API to determine the application customer IDs for your tenant accounts.

Responses
204

Successful Response

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "httpStatusCode": 400,
  • "errorCode": "HPE-GL-COMPUTE_OPS-0500001",
  • "message": "string",
  • "debugId": "string",
  • "errorDetails": [
    ]
}