Delete Table Policy
| s3tables_delete_table_policy | R Documentation | 
Deletes a table policy¶
Description¶
Deletes a table policy. For more information, see Deleting a table policy in the Amazon Simple Storage Service User Guide.
Permissions¶
You must have the s3tables:DeleteTablePolicy permission to use this
operation.
Usage¶
s3tables_delete_table_policy(tableBucketARN, namespace, name)
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 table name.  | 
Value¶
An empty list.
Request syntax¶
svc$delete_table_policy(
  tableBucketARN = "string",
  namespace = "string",
  name = "string"
)