---
title: "Unfollow a person"
method: DELETE
path: "/user/follows/people/{person_id}"
tags: ["followed people"]
---

# Unfollow a person

`DELETE /user/follows/people/{person_id}`

## Response `200`

the person is now unfollowed

## Other responses

- `404` — this person was not followed

---

[API](https://skmtc.net/tvmaze/apis/tvmaze-user-api.md) · [All operations](https://skmtc.net/tvmaze/apis/tvmaze-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tvmaze/tvmaze-user-api/versions/4a251a7b3226/schema)
