---
title: "Delete a network interface configuration"
method: DELETE
path: "/api/network/interface/{interface}"
tags: ["network"]
---

# Delete a network interface configuration

`DELETE /api/network/interface/{interface}`

Removes the saved configuration for `{interface}` -- `config/interface.<name>` plus any static-lease file and cached wifi scan. The generated `/etc/systemd/network/10-<name>.network` is left in place for `setupNetwork` to reap (it already removes any file it no longer needs, and disables the matching `wpa_supplicant

## Response `200`

Interface configuration deleted

- object

## Other responses

- `400` — Invalid interface name
- `404` — No saved configuration for that interface
- `409` — Interface is present hardware, or is serving this request

## Changes

- **2026-09-07** `d7074f8b31e0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/network/interface/:interface/delete.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/falconchristmas/apis/fpp-api/revisions/ebfb1fb41638?raw)
