NSX-T Data Center REST API
Delete a firewall profile. (Deprecated)
Deletes a firewall profile.Deprecated:
Use one of the following Policy APIs depending upon the profile type -
DELETE /policy/api/v1/infra/settings/firewall/cpu-mem-thresholds-profiles/<profile-id>
DELETE /policy/api/v1/infra/dns-security-profiles/<profile-id>
DELETE /policy/api/v1/infra/flood-protection-profiles/<flood-protection-profile-id>
DELETE /policy/api/v1/infra/firewall-session-timer-profiles/<firewall-session-timer-profile-id>
Request:
Method:
              DELETE
            URI Path(s):
              
              
                  
                  /api/v1/firewall/profiles/<profile-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
DELETE https://<nsx-mgr>/api/v1/firewall/profiles/7e5d3a8c-8aa8-4df6-9a0f-b0456575b233Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  