import Inbound from 'inboundemail';const client = new Inbound({ apiKey: process.env['INBOUND_API_KEY'], // This is the default and can be omitted});const emailAddress = await client.emailAddresses.delete('id');console.log(emailAddress.cleanup);
import Inbound from 'inboundemail';const client = new Inbound({ apiKey: process.env['INBOUND_API_KEY'], // This is the default and can be omitted});const emailAddress = await client.emailAddresses.delete('id');console.log(emailAddress.cleanup);