---
title: "Remove a follower without blocking them (they may follow again)"
method: POST
path: "/admin/followers/remove"
tags: ["Internal", "Admin", "Social"]
---

# Remove a follower without blocking them (they may follow again)

`POST /admin/followers/remove`

## Request body

- object
  - `actorIRI` string, required — IRI of the follower to remove

## Response `200`

Follower removed

- BaseAPIResponse — Simple API response
  - `message` string
  - `success` boolean

## Other responses

- `400` — Bad request
- `401` — Basic auth failure
- `default` — Unexpected error

---

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