Skip to content

Delete device

DELETE
/api/v1/devices/{id}
curl --request DELETE \
--url http://localhost:3000/api/v1/devices/550e8400-e29b-41d4-a716-446655440000 \
--header 'X-API-Key: <X-API-Key>'

Soft deletes a device. The device can be restored if needed.

id
required
string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000

Device UUID

Device deleted successfully

Unauthorized - Invalid or missing authentication

Forbidden - Insufficient permissions

Device not found