delete_device
Soft-delete a device from the partner account.
WHEN TO USE:
Removing a device that's been decommissioned
Cleaning up test devices
Removing a device that's been relocated to another partner
RETURNS:
success: Boolean indicating success
device_id: The deleted device ID
message: Confirmation message
EXAMPLE: User: "Remove the old lobby kiosk" delete_device({ device_id: "lobby-kiosk-old" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Your internal device identifier to delete |