Delete a logical switch

When you delete a logical switch, the appliance no longer monitors the physical switches associated with it.

Prerequisites

  • Minimum required session ID privileges: Network administrator

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

    GET /rest/logical-switches

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

    DELETE /rest/logical-switches/{id}