pub async fn remove_edge(
__arg0: Path<(String, u64)>,
__arg1: State<Arc<AppState>>,
) -> Result<StatusCode, (StatusCode, Json<ErrorResponse>)>Expand description
Remove an edge by ID.
pub async fn remove_edge(
__arg0: Path<(String, u64)>,
__arg1: State<Arc<AppState>>,
) -> Result<StatusCode, (StatusCode, Json<ErrorResponse>)>Remove an edge by ID.