NSX-T Data Center REST API
Delete MACSet (Removed in 9.0)
Deletes the specified MACSet. By default, if the MACSet is added to anNSGroup, it won't be deleted. In such situations, pass "force=true" as
query param to force delete the MACSet.
Deprecated: This API is deprecated. Please use policy API /infra/domains/
Request:
Method:
DELETE
URI Path(s):
/api/v1/mac-sets/{mac-set-id}
Request Headers:
n/a
Query Parameters:
MACSetDeleteRequestParameters+
Request Body:
n/a
Example Request:
DELETE https://<nsx-mgr>/api/v1/mac-sets/183e372b-854c-4fcc-a24e-05721ce89a60 ## To force delete DELETE https://<nsx-mgr>/api/v1/mac-sets/183e372b-854c-4fcc-a24e-05721ce89a60 ?force=trueSuccessful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a