Sorry, haven't had my coffee yet this morning. # mount -osubvolid=0 /dev/sda1 /mnt # btrfs subvolume delete /mnt/@/home should do it. The -o subvolid=0 mounts the "true" root of the file system instead of the default subvolume, so you can see the entire namespace.