import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted
});
await client.ai.assistants.tests.delete('test_id');
Permanently removes an assistant test and all associated data
DELETE
/
ai
/
assistants
/
tests
/
{test_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.ai.assistants.tests.delete('test_id');