---
title: "Friends Unwatch"
method: GET
path: "/user/friends/unwatch/{username}"
tags: ["user"]
---

# Friends Unwatch

`GET /user/friends/unwatch/{username}`

Unwatch a user

## Path parameters

- `username` string, required

## Headers

- `dA-minor-version` integer

## Response `200`

Successful response

- object
  - `error_description` string
  - `success` boolean, required

## Other responses

- `4XX` — Possible error codes: - 0: User not found

---

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