public void RemoveCategory(string docId, [FromBody] string categoryName) { AzureSearchHelper.RemoveDocumentCategory(docId, categoryName); }