NSX-T Data Center REST API
Delete a L2VPN service (Deprecated)
Delete a specific L2VPN service. If there are any L2VpnSessions on this L2VpnService, those needs to be deleted first. Deprecated:Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/l2vpn-services/<service-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/l2vpn-services/<service-id>
Request:
Method:
              DELETE
            URI Path(s):
              
              
                  
                  /api/v1/vpn/l2vpn/services/<l2vpn-service-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    DeleteRequestParameters+
  Request Body:
    n/a
  Example Request:
DELETE https://<nsx-mgr>/api/v1/vpn/l2vpn/services/f962173f-ac03-4d08-8366-56a41779f61dSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  