Authorized Devices

Manually have to click Remove on each individual record in Authorized Devices, would thoroughly enjoy removing items in bulk like you can in Movies / TV other items, clicking top left and click “…” and Delete. Please provide API direction, I am a programmer, if I have to I will deconstruct EXE but would prefer an API document outlining a command-line interface or PowerShell cmdLet or other Programming language, please advise.

Huh…

Authorized devices are devices signed in as the owner, and as such, should not be that many that it would justify a small util

When said, simply use the debugger in your browser when using the web-client, and you’ll see the calls and endpoints used

Step 1 would be to get a list of devices, with an endpoint like GET https://plex.tv/devices.xml

Step 2 would, with the debugger still running, to delete one device, and then look for a DELETE request

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.