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

# Delete Variable Value by Value

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

Deletes a specific variable value by matching the variable's ID and a provided value. Use this endpoint when you know the exact value you want to delete.

## Path parameters

- `variable_id` string, uuid, required

## Query parameters

- `value` string, 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)
