v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1419110105.3 KB

Deletes one or more vectors in 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:DeleteVectors permission to use this operation.

post/DeleteVectors

Request body

vectorBucketNamestring

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

indexNamestring

The name of the vector index that contains a vector you want to delete.

indexArnstring

The ARN of the vector index that contains a vector you want to delete.

keysVectorKey[] required

The keys of the vectors to delete.

Response

Success

DeleteVectorsOutput required