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.canaryDeploys.delete('assistant_id');
Endpoint to delete a canary deploy configuration for an assistant.
Removes all canary deploy configurations for the specified assistant.
DELETE
/
ai
/
assistants
/
{assistant_id}
/
canary-deploys
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.canaryDeploys.delete('assistant_id');