---
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

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/versions/bee030053823/schema)
