Admin property management

Delete Property

Delete a property from all products

  • property: The property name to delete
DELETE
/admin/property
AuthorizationBearer <token>

In: header

propertyProperty

Response Body

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"
    }
  ]
}