---
title: "Delete workflow variable"
method: DELETE
path: "/public/v1/workflows/{workflowId}/variables/{variableId}"
tags: ["Workflow Variables"]
---

# Delete workflow variable

`DELETE /public/v1/workflows/{workflowId}/variables/{variableId}`

Manages a single workflow variable. Requires a USER API key.

## Path parameters

- `workflowId` number, nullable
- `variableId` number, nullable

## Response `204`

Variable deleted

---

[API](https://skmtc.dev/getfrontline/apis/public-api.md) · [All operations](https://skmtc.dev/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
