Deletes a Candy Machine account by withdrawing its rent-exempt balance.
const transactionBuilder = await metaplex .candyMachines() .builders() .delete({ candyMachine: candyMachine.address, candyGuard: candyMachine.candyGuard.address, authority, });
Generated using TypeDoc
Deletes a Candy Machine account by withdrawing its rent-exempt balance.