Delete a logical switch group

You cannot delete a logical switch group while it is being used by one or more logical switches. To delete the logical switch group, first delete the logical switches using the logical switch group.

Prerequisites

  • Minimum required session ID privileges: Network administrator

Deleting a logical switch group using REST APIs
  1. Select a logical switch group URI.

    GET /rest/logical-switch-groups

  2. Delete the logical switch group using the URI from step 1.

    DELETE /rest/logical-switch-groups/{id}