NSX-T Data Center REST API
Delete a Switching Profile (Deprecated)
Deletes the specified switching profile. This api is now deprecated. Use new api - for QOS profile, please use - DELETE /infra/qos-profiles/<qos-profile-id>Request:
Method:
              DELETE
            URI Path(s):
              
              
                  
                  /api/v1/switching-profiles/<switching-profile-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    SwitchingProfileDeleteParameters+
  Request Body:
    n/a
  Example Request:
DELETE https://<nsx-mgr>/api/v1/switching-profiles/11a97fd4-b668-4f1c-932d-b3bd087550eaSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  