Cancel a friend request
play_cancel_friend_requestCancel a friend request the calling user previously sent. Pass friendId — the _id of the friend record on the calling user's own friends list (the one the caller initiated).
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 | |||