Skip to main content

Disable AI for an Embedded Bucket

DELETE 
/ai/embeddings/buckets/:bucket_name

Deletes an entire bucket's embeddings and disables the bucket for AI-use, returning it to normal storage pricing.

Request

Path Parameters

    bucket_name Bucket Namerequired

Responses

200: Bucket Embeddings Deleted Successfully

404: Bucket Not Found

422: Validation Error

Request samples


curl -L -X DELETE 'https://api.telnyx.com/v2/ai/embeddings/buckets/:bucket_name' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"detail": [
{
"code": "string",
"detail": "string",
"title": "string"
}
]
}