Blacklist a single device if the requesting manager has access permissions to it.
URL: /api/v1/devices/{id}/blacklist/
/api/v1/devices/{id}/blacklist/
Method: POST
POST
The requesting manager must have access permissions to the device.
Code: 200 OK
200 OK
Content Example
{ "message": "Device blacklisted." }
Was this helpful?