NSX-T Data Center REST API
Delete custom IPSec local endpoint (Deprecated)
Delete custom IPSec local endpoint. Deprecated:Please use below Policy APIs.
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id>
DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/local-endpoints/<local-endpoint-id>
Request:
Method:
              DELETE
            URI Path(s):
              
              
                  
                  /api/v1/vpn/ipsec/local-endpoints/<ipsec-vpn-local-endpoint-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    DeleteRequestParameters+
  Request Body:
    n/a
  Example Request:
DELETE https://<nsx-mgr>/api/v1/vpn/ipsec/local-endpoints/c99d8ed0-195b-46b0-8474-664b55cfb176Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  