#	wp bp friend remove

Remove a friendship.

## OPTIONS

&lt;initiator&gt;
: ID of the friendship initiator. Accepts either a user_login or a numeric ID.

&lt;friend&gt;
: ID of the friend user. Accepts either a user_login or a numeric ID.

## EXAMPLE

    $ wp bp friend remove user1 another_user
    Success: Connection successfully removed.
