---
title: "variables/{name}"
method: DELETE
path: "/api/variables/{name}"
tags: ["variables"]
---

# variables/{name}

`DELETE /api/variables/{name}`

Delete a User Variable entirely - unlike POSTing an empty body (the UI's "Clear"), which only resets its value/persist flag and leaves the row behind, this removes the name from the list altogether.

## Response `200`

OK

## Other responses

- `400` — Missing variable name in the path, or name is a read-only

---

[API](https://skmtc.net/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.net/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/versions/6fa524e15dd4/schema)
