deleteTableReplication
inline suspend fun S3TablesClient.deleteTableReplication(crossinline block: DeleteTableReplicationRequest.Builder.() -> Unit): DeleteTableReplicationResponse
Deletes the replication configuration for a specific table. After deletion, new updates to this table will no longer be replicated to destination tables, though existing replicated copies will remain in destination buckets.
Permissions
You must have the s3tables:DeleteTableReplication permission to use this operation.