Admin property management
Delete Property
Delete a property from all products
- property: The property name to delete
curl -X DELETE "https://api.folksonomy.openfoodfacts.org/admin/property" \ -H "Content-Type: application/json" \ -d '{ "property": "string" }'
null
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}