NSX-T Data Center REST API

Delete an Existing Section and Its Associated Rules (Removed in 9.0)

Removes firewall section from the system. Firewall section with
rules can only be deleted by passing "cascade=true" parameter.
Deprecated:
Use the following Policy API -
DELETE /policy/api/v1/infra/domains/<domain-id>/security-policies/<security-policy-id>

Request:

Method:
DELETE
URI Path(s):
/api/v1/firewall/sections/{section-id}
Request Headers:
n/a
Query Parameters:
SectionQueryParameters+
Request Body:
n/a

Example Request:

DELETE https://<nsx-mgr>/api/v1/firewall/sections/65a60890-6f48-418d-a7d5-5aaf65fc4e5b

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Required Permissions:

crud

Feature:

firewall_general

Additional Errors: