curl --request DELETE \
--url 'https://api.unify.ai/v0/logs/fields' \
--header "Authorization: Bearer $UNIFY_KEY" \
--header 'Content-Type: application/json' \
--data '{
"project": "eval-project",
"context": "experiment1/trial1",
"fields": [
"score",
"response"
]
}'