v1
latestOpenAPI 3.1.02026-07-13154170539.0 KBLogs
Delete Fields
Deletes one or more fields from a project. This will:
- Remove the field from LogEvent.data for all matching log events
- Delete the field type records for those fields
This operation cannot be undone, so use with caution.
delete/v0/logs/fields
Request body
Example request
{
"project_name": "eval-project",
"context": "experiment1/trial1",
"fields": [
"score",
"response"
]
}Response
Fields deleted successfully
{"stackTrail":"paths:/v0/logs/fields:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}