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
- application/json
422: Validation Error
- application/json
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"
}
]
}
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}