---
title: "Delete a variable"
method: DELETE
path: "/api/v1/variables/{name}"
tags: ["Variables"]
---

# Delete a variable

`DELETE /api/v1/variables/{name}`

## Response `204`

Variable deleted

## Other responses

- `400` — Invalid variable name
- `404` — Variable not found
- `500` — Variable store write failed

## Changes

- **2026-05-27** `a1d313360ac0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fabro-sh/apis/fabro-run-api/changes/api/v1/variables/:name/delete.md)

---

[API](https://skmtc.dev/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.dev/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/7bdeefd151cd/schema)
