Delete a runtime field from a data view Beta
Path parameters
-
The name of the runtime field.
-
An identifier for the data view.
DELETE /api/data_views/data_view/{viewId}/runtime_field/{fieldName}
curl \
-X DELETE https://localhost:5601/api/data_views/data_view/ff959d40-b880-11e8-a6d9-e546fe2bba5f/runtime_field/hour_of_day
Response examples (404)
{
"error": "Not Found",
"message": "Saved object [index-pattern/caaad6d0-920c-11ed-b36a-874bd1548a00] not found",
"statusCode": 404
}