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 \
 -X POST https://blips.club/friendships/destroy \
 -H "Content-Type: application/x-www-form-urlencoded" \
 -d 'user=string'
Request example
{
  "user": "string"
}