This example deletes the first sheet.
Sheet sheet = sheets.item(1); sheet.remove();
Related information
remove method