# wp bp friend remove
Remove a friendship.
## OPTIONS
<initiator>
: ID of the friendship initiator. Accepts either a user_login or a numeric ID.
<friend>
: 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.