Ejemplo n.º 1
0
 public IActionResult DeleteApiKey(Guid id)
 {
     ApiKeyService.DeleteApiKey(id);
     return(NoContent());
 }