コード例 #1
0
        public async Task <ActionResult <bool> > Remove(Guid resource)
        {
            await _identityResourceRepository.DeleteAsync(resource, true);

            return(NoContent());
        }