v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1419110105.3 KB

Deletes a vector index. To specify the vector index, you can either use both the vector bucket name and vector index name, or use the vector index Amazon Resource Name (ARN).

Permissions

You must have the s3vectors:DeleteIndex permission to use this operation.

post/DeleteIndex

Request body

vectorBucketNamestring

The name of the vector bucket that contains the vector index.

indexNamestring

The name of the vector index to delete.

indexArnstring

The ARN of the vector index to delete.

Response

Success

DeleteIndexOutput required