S3Tables / Client / delete_table
delete_table¶
- S3Tables.Client.delete_table(**kwargs)¶
- Deletes a table. For more information, see Deleting an Amazon S3 table in the Amazon Simple Storage Service User Guide. - Permissions - You must have the - s3tables:DeleteTablepermission to use this operation.- See also: AWS API Documentation - Request Syntax- response = client.delete_table( tableBucketARN='string', namespace='string', name='string', versionToken='string' ) - Parameters:
- tableBucketARN (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the table bucket that contains the table. 
- namespace (string) – - [REQUIRED] - The namespace associated with the table. 
- name (string) – - [REQUIRED] - The name of the table. 
- versionToken (string) – The version token of the table. 
 
- Returns:
- None 
 - Exceptions