Delete Device

This endpoint allows you to delete an existing device.

SecurityApiKeyAuth
Request
path Parameters
uid
required
string

Device ID

Responses
204

Device deleted.

401

API key is incorrect or not provided.

403

User or API key does not have permission to access the resource.

404

Resource not found.

delete/devices/{uid}
Request samples
Response samples
application/json
{
  • "message": "Unauthorized"
}
Copyright © PickPoint.io LLC 2024. All rights reserved.