NSX-T Data Center REST API
Delete a DHCP Relay Service (Deprecated)
Deletes the specified dhcp relay service. Deprecated: Please use Policy API: PUT /policy/api/v1/infra/segments/{segment-id} { "display_name" : "segment-1", "subnets": [ { "gateway_address": "40.1.1.1/16", "network": "40.1.2.0/24" } ], "connectivity_path": "/infra/tier-1s/mgw", "_revision" : 0 }Request:
Method:
DELETE
URI Path(s):
/api/v1/dhcp/relays/{relay-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a