Delete Table Bucket
| s3tables_delete_table_bucket | R Documentation | 
Deletes a table bucket¶
Description¶
Deletes a table bucket. For more information, see Deleting a table bucket in the Amazon Simple Storage Service User Guide.
Permissions¶
You must have the s3tables:DeleteTableBucket permission to use this
operation.
Usage¶
s3tables_delete_table_bucket(tableBucketARN)
Arguments¶
tableBucketARN | 
[required] The Amazon Resource Name (ARN) of the table bucket.  | 
Value¶
An empty list.
Request syntax¶
svc$delete_table_bucket(
  tableBucketARN = "string"
)