S3Tables / Client / delete_table
delete_table#
- S3Tables.Client.delete_table(**kwargs)#
- Deletes a table. - 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- S3Tables.Client.exceptions.InternalServerErrorException
- S3Tables.Client.exceptions.ForbiddenException
- S3Tables.Client.exceptions.NotFoundException
- S3Tables.Client.exceptions.TooManyRequestsException
- S3Tables.Client.exceptions.ConflictException
- S3Tables.Client.exceptions.BadRequestException