コード例 #1
0
        public async Task <IActionResult> PredefinedRemove(string watchListId)
        {
            await _watchListService.RemovePredefinedAsync(watchListId);

            return(NoContent());
        }