---
title: "Add a device as a follower to another device"
method: POST
path: "/api/devices/remove_follower"
tags: ["cameras"]
---

# Add a device as a follower to another device

`POST /api/devices/remove_follower`

## Request body

- AddFollowerPayload
  - `leader_bus_info` string, required
  - `follower_bus_info` string, required

## Response `200`

Successful Response

- SimpleRequestStatusModel
  - `success` boolean

## Other responses

- `422` — Validation Error

---

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