Management Plane API >
Networking
>
Logical Switching
>
Logical Switch Ports
Delete a Switching Profile
Deletes the specified switching profile.
Request:
Method:
DELETE
URI Path(s):
/api/v1/switching-profiles/<switching-profile-id>
Request Headers:
n/a
Query Parameters:
SwitchingProfileDeleteParameters
+
SwitchingProfileDeleteParameters
(
schema
)
Name
Description
Type
Notes
unbind
force unbinding of logical switches and ports from a switching profile
boolean
Default: "False"
Request Body:
n/a
Example Request:
DELETE https://<nsx-mgr>/api/v1/switching-profiles/11a97fd4-b668-4f1c-932d-b3bd087550ea
Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a
Required Permissions:
crud
Feature:
switching_switching_profiles
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable