import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.ai.embeddings.buckets.delete('bucket_name');{
"detail": [
{
"detail": "<string>",
"code": "<string>",
"title": "<string>"
}
]
}Deletes an entire bucket’s embeddings and disables the bucket for AI-use, returning it to normal storage pricing.
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.ai.embeddings.buckets.delete('bucket_name');{
"detail": [
{
"detail": "<string>",
"code": "<string>",
"title": "<string>"
}
]
}Was this page helpful?