I am trying to remove a dublin core field ("dc.title.alternative") from a specific item through REST Api. Try using the DELETE/items/{item id}/metadata method on a test item by Postman
DELETE option http:localhost:8080/rest/items/{mi-item-uuid}/metadata
But remove all the item's metadata. Do you have any knowledge on how this can be achieved?