Delete an enclosure group

You cannot delete an enclosure group if it has members. Before you delete an enclosure group, you must remove from management all enclosures in the group.

Prerequisites

  • Minimum required session ID privileges: Infrastructure administrator or Server administrator

Deleting an enclosure group using REST APIs
  1. Select the enclosure group URI.

    GET /rest/enclosure-groups

  2. Delete the enclosure group using the URI from step 1.

    DELETE /rest/enclosure-groups/{id}