---
title: "Delete Variable Value by ID"
method: DELETE
path: "/streaming/v2/variables/{variable_id}/values/{id}"
tags: ["variable_values"]
---

# Delete Variable Value by ID

`DELETE /streaming/v2/variables/{variable_id}/values/{id}`

Deletes a specific variable value using its ID.

## Path parameters

- `variable_id` string, uuid, required
- `id` string, uuid, required

## Response `204`

Variable value deleted

## Other responses

- `default` — Unexpected error

---

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