Delete a field

This API delete a field.

Parameters:

curl -XDELETE "http://localhost:9091/indexes/my_index/fields/my_field"

Response

If the field does not exist:

{
  "status_code" : 404,
  "message" : "Field not found: my_field"
}