Console
Friends

Block / Unblock

Block or unblock a user. Blocking automatically removes any existing friendship and prevents future friend requests from either side.

POST /api/vaneltonid/friend_block.php
Requires Authorization: AppID:AppKey + user token

Request body

FieldTypeRequiredDescription
tokenstringrequiredUser's session token
user_idintrequiredID of the user to block or unblock
actionstringrequiredblock or unblock

Success response 200

{ "success": true, "action": "block" }