---
title: "Unfollow a user"
method: DELETE
path: "/v1/twitter/follow"
tags: ["Twitter Engagement"]
---

# Unfollow a user

`DELETE /v1/twitter/follow`

Unfollow a user on X/Twitter.

## Query parameters

- `accountId` string, required
- `targetUserId` string, required

## Response `200`

User unfollowed

- object
  - `status` string
  - `targetUserId` string
  - `following` boolean
  - `platform` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — X rejected the request (e.g. suspended account, missing OAuth scope)
- `404` — Account not found

---

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