import Telnyx from 'telnyx';const client = new Telnyx({ apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted});await client.legacy.reporting.usageReports.numberLookup.delete('id');
Delete a specific telco data usage report by its ID
DELETE
/
legacy_reporting
/
usage_reports
/
number_lookup
/
{id}
JavaScript
Copy
Ask AI
import Telnyx from 'telnyx';const client = new Telnyx({ apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted});await client.legacy.reporting.usageReports.numberLookup.delete('id');