Blacklist Device

Blacklist a single device if the requesting manager has access permissions to it.

  • URL: /api/v1/devices/{id}/blacklist/

  • Method: POST

circle-info

The requesting manager must have access permissions to the device.

Success Response

  • Code: 200 OK

Content Example

{
    "message": "Device blacklisted."
}

Was this helpful?