---
title: "Delete Value"
method: DELETE
path: "/admin/value"
tags: ["Admin - Value Management"]
---

# Delete Value

`DELETE /admin/value`

Delete a specific value for a property from all products

- **property**: The property name
- **value**: The value to delete

## Request body

- ValueDeleteRequest
  - `property` string, required
  - `value` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openfoodfacts/apis/open-food-facts-folksonomy-rest-api.md) · [All operations](https://skmtc.net/openfoodfacts/apis/open-food-facts-folksonomy-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/open-food-facts-folksonomy-rest-api/revisions/ecf11a0df87a/schema)
