Delete a network set

When a network set is deleted, the networks, connection templates, and logical interconnect groups that it contains are not deleted. The server profiles that use the network set will no longer have a connection. This action will be reflected in alerts.

Deleting a network set using REST APIs
  1. Select a network set URI.

    GET /rest/network-sets

  2. Delete the network set.

    DELETE /rest/network-sets/{id}