LJ::clear_rel_multi
LJ::clear_rel_multi — Clear relationship edges for lists of user tuples.
Use
LJ::clear_rel_multi(edges);
Arguments
edges. array of arrayrefs of edges to clear: [userid, targetid, type]. Where: userid: source userid, or a user hash; targetid: target userid, or a user hash; type: type of the relationship.
Source:
cgi-bin/ljrelation.pl
Returns:
1 if all clears succeeded, otherwise undef