S3Vectors / Client / delete_vector_bucket
delete_vector_bucket¶
- S3Vectors.Client.delete_vector_bucket(**kwargs)¶
Deletes a vector bucket. All vector indexes in the vector bucket must be deleted before the vector bucket can be deleted. To perform this operation, you must use either the vector bucket name or the vector bucket Amazon Resource Name (ARN).
Permissions
You must have the
s3vectors:DeleteVectorBucketpermission to use this operation.See also: AWS API Documentation
Request Syntax
response = client.delete_vector_bucket( vectorBucketName='string', vectorBucketArn='string' )
- Parameters:
vectorBucketName (string) – The name of the vector bucket to delete.
vectorBucketArn (string) – The ARN of the vector bucket to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions