Hi Andrew,
Delete removes the specified document from the index. Note that any field you specify in a delete operation, other than the key field, will be ignored. If you want to remove an individual field from a document, use merge instead and simply set the field
explicitly to null. You can learn more
here.
Hope that helps. Let us know if you have additional questions.