Remove a friend
play_remove_friendRemove an existing friend connection. Pass friendId from play_list_my_friends. Destructive on the social graph; both sides lose the connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| friendId | Yes | `_id` of the friend record on the calling user's friends list. NOT the other user's id. Use play_list_pending_friends (for accept/decline) or play_list_my_friends (for remove) to obtain it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||