ANABOX smart
API ReferenceDevicesDeviceid

Delete a device

Remove the specified device from the system.

DELETE
/devices/{deviceId}
x-api-key<token>

API key for authentication

In: header

Path Parameters

deviceIdstring

A valid MongoDB ObjectId

Response Body

application/json

curl -X DELETE "https://api.memo.wirewire.de/v1/devices/682fd0d7d4a6325d9d45b86f"
{
  "success": true,
  "message": "Operation completed successfully"
}