Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successfully deleted telco data usage report
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.legacy.reporting.usageReports.numberLookup.delete('id');Delete a specific telco data usage report by its ID
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.legacy.reporting.usageReports.numberLookup.delete('id');Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully deleted telco data usage report
Was this page helpful?