public HttpResponseMessage DeleteTags(string type, string id, TagList taglist) { service.RemoveTags(type, id, taglist != null ? taglist.Category : null); return(Request.CreateResponse(HttpStatusCode.NoContent)); }