Unfollow a user

POST /friendships/destroy
application/x-www-form-urlencoded

Body Required

  • user string

    The username of the user to unfollow

Responses

  • 200

    User unfollowed successfully

  • 404

    User not found

POST /friendships/destroy
curl \
 --request POST 'https://blips.club/friendships/destroy' \
 --header "Content-Type: application/x-www-form-urlencoded" \
 --data 'user=string'