Skip to main content
Add a device as a follower to another device
curl --request POST \
  --url https://api.example.com/api/devices/remove_follower \
  --header 'Content-Type: application/json' \
  --data '
{
  "leader_bus_info": "<string>",
  "follower_bus_info": "<string>"
}
'
{
  "success": true
}

Body

application/json
leader_bus_info
string
required
follower_bus_info
string
required

Response

Successful Response

success
boolean
default:true