LJ::Tags::delete_usertag
LJ::Tags::delete_usertag — Deletes a tag for a user, and all mappings.
Use
LJ::Tags::delete_usertag(uobj, type, tag);
Arguments
uobj. User object to delete tag on.
type. Either 'id' or 'name', indicating the type of the third parameter.
tag. If type is 'id', this is the tag id (kwid). If type is 'name', this is the name of the tag that we want to delete from the user.
Source:
cgi-bin/taglib.pl
Returns:
undef on error, 1 for success, 0 for tag not found