![[Deprecated]](figures/lifecycle-deprecated.svg)
delete.edges() was renamed to delete_edges() to create a more
consistent API.
     
    
    Usage
    delete.edges(graph, edges)
 
     
    
    Arguments
- graph
 
The input graph.
 
- edges
 
The edges to remove, specified as an edge sequence. Typically
this is either a numeric vector containing edge IDs, or a character vector
containing the IDs or names of the source and target vertices, separated by
|