---
title: "Delete Account Variable"
method: DELETE
path: "/v1/accounts/{account_id}/variables/{key}"
tags: ["accounts"]
---

# Delete Account Variable

`DELETE /v1/accounts/{account_id}/variables/{key}`

Delete a single variable from an account.

Requires the `accounts:write` scope on the API key.

## Path parameters

- `account_id` string, uuid, required
- `key` string, required

## Response `200`

Successful Response

- PublicAccountVariablesOutput
  - `variables` object, required — Custom variables stored on the account for this workspace.

---

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