Delete Table
s3tables_delete_table | R Documentation |
Deletes a table¶
Description¶
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:DeleteTable
permission to use this
operation.
Usage¶
s3tables_delete_table(tableBucketARN, namespace, name, versionToken)
Arguments¶
tableBucketARN |
[required] The Amazon Resource Name (ARN) of the table bucket that contains the table. |
namespace |
[required] The namespace associated with the table. |
name |
[required] The name of the table. |
versionToken |
The version token of the table. |
Value¶
An empty list.
Request syntax¶
svc$delete_table(
tableBucketARN = "string",
namespace = "string",
name = "string",
versionToken = "string"
)