---
title: "Uninstall plugin"
method: DELETE
path: "/api/plugin/{RepoName}"
tags: ["plugin"]
---

# Uninstall plugin

`DELETE /api/plugin/{RepoName}`

Uninstall plugin {RepoName}. Releases the plugin's claims on its apt package dependencies -- the packages it declared and the ones their install pulled in -- and apt-removes whatever nothing else still needs, unless `keepPackages=1`, which the reinstall flow passes so the install that follows can reuse them.

## Query parameters

- `keepPackages` '1'
- `stream` string

## Response `200`

Plugin uninstalled

- object

## Changes

- **2026-09-20** `3a414fbeaf9f` — 2 info
  - added the new optional `query` request parameter `keepPackages`
  - added the new optional `query` request parameter `stream`

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/plugin/:RepoName/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/ec7312fb5f8d?raw)
