Decline Friend Request
POST/friends/declineByUsername[requires authentication]
#
DescriptionDecline a friend request by username
#
ParametersField | Type | Description |
---|---|---|
username | String | Username of the user to decline as a friend |
#
ErrorsReason | Description |
---|---|
user.unknownTarget | The user does not exist |
user.noPendingRequest | There is no pending friend request from the user |