For the complete documentation index, see llms.txt. This page is also available as Markdown.

Blacklist Device

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

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

  • Method: POST

Success Response

  • Code: 200 OK

Response (application/json)
{
    "message": "Device blacklisted."
}

Last updated

Was this helpful?