---
title: "Unfollow a user"
method: DELETE
path: "/me/following/{follow_user_id}"
tags: ["Users\\Followers"]
---

# Unfollow a user

`DELETE /me/following/{follow_user_id}`

This method causes the authenticated user to stop following another user.

## Path parameters

- `follow_user_id` number, required

## Response `204`

The user was unfollowed.

---

[API](https://skmtc.net/vimeo/apis/vimeo-api.md) · [All operations](https://skmtc.net/vimeo/apis/vimeo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vimeo/vimeo-api/revisions/ea882e0224a4/schema)
