What is the easiest way to burn multiple tokens on an ERC721 contract?

My claim window has finished. I have multiple tokens remaining and want to burn them to correctly reflect the final supply.
Is there a way to bulk burn these if they’re on an ERC721 contract?
Is it faster to airdrop remaining to the Null Address?
Can I send them to the Null Address directly vs a burn event?

Thanks!