NSX-T Data Center REST API
Force delete segment
Force delete bypasses validations during segment deletion. This may result in an inconsistent connectivity.Request:
Method:
DELETE
URI Path(s):
/policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}?force=true
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}?force=true
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}?force=true
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
DELETE https://<policy-mgr>/policy/api/v1/infra/tier-1s/cgw/segments/web-tier?force=trueSuccessful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a