Remove bridge login
POST/v1/bridges/{bridgeID}/logins/{loginID}/remove
Remove a bridge login from this device or, when supported by the bridge, from all devices.
Remove bridge login
curl http://localhost:23373/v1/bridges/$BRIDGE_ID/logins/$LOGIN_ID/remove \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $BEEPER_ACCESS_TOKEN" \
-d '{
"scope": "current-device"
}'{
"bridgeID": "bridgeID",
"loginID": "loginID",
"scope": "current-device",
"status": "removed",
"affectedAccountIDs": [
"string"
]
}Returns Examples
{
"bridgeID": "bridgeID",
"loginID": "loginID",
"scope": "current-device",
"status": "removed",
"affectedAccountIDs": [
"string"
]
}