Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.ai.assistants.canaryDeploys.delete('assistant_id');This response does not have an example.Endpoint to delete a canary deploy configuration for an assistant.
Removes all canary deploy configurations for the specified assistant.
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.ai.assistants.canaryDeploys.delete('assistant_id');This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Was this page helpful?