[HttpDelete]
        [Route("delete/{id:int}")]
        public async Task<IHttpActionResult> DeleteGroupByIdAsync(int id)
        {
            try