---
title: "Delete conversation followers"
method: DELETE
path: "/conversations/{conversation_id}/followers"
tags: ["Conversations"]
---

# Delete conversation followers

`DELETE /conversations/{conversation_id}/followers`

Removes teammates from the list of followers of a conversation.

Required scope: `conversations:write`

## Path parameters

- `conversation_id` string, required

## Request body

- object
  - `teammate_ids` string[], required — IDs of the teammate to remove from the followers list. Alternatively, you can supply the teammates as a [resource alias](https://dev.frontapp.com/docs/resource-aliases-1).

## Response `204`

No content

## Other responses

- `301` — If the conversation has been merged, the response redirects you to the merged conversation.

---

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