---
title: "Remove a one of vxlan remote(peer) ip address configuration"
method: DELETE
path: "/config/tunnel/vxlan/{vxlanID}/peer/{PeerIP}"
---

# Remove a one of vxlan remote(peer) ip address configuration

`DELETE /config/tunnel/vxlan/{vxlanID}/peer/{PeerIP}`

Return a list of existing tunnels of a type. If there're no tunnels to return, empty list will be returned.

## Path parameters

- `vxlanID` integer, required
- `PeerIP` string, required

## Response `200`

OK

- VxlanEntry
  - `vxlanName` string, required
  - `epIntf` string, required
  - `vxlanID` integer, required
  - `peerIP` string[], required

## Other responses

- `401` — Invalid authentication credentials
- `500` — Internal service error
- `503` — Maintenance mode

---

[API](https://skmtc.net/loxilb-io/apis/loxilb-rest-api.md) · [All operations](https://skmtc.net/loxilb-io/apis/loxilb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loxilb-io/loxilb-rest-api/revisions/45e9f0a95af0/schema)
