Added a function that prunes all user's devices data, while keeping device lists.
Removes all DeviceRow DDB items for given user_id. It does this by querying items with specific sort key prefix.
Made it return list of removed device IDs, it will be used for Tunnelbroker to remove their data too.
Depends on D12587