:doc:`S3Tables <../../s3tables>` / Client / delete_table_bucket_replication

*******************************
delete_table_bucket_replication
*******************************



.. py:method:: S3Tables.Client.delete_table_bucket_replication(**kwargs)

  

  Deletes the replication configuration for a table bucket. After deletion, new table updates will no longer be replicated to destination buckets, though existing replicated tables will remain in destination buckets.

    Permissions  

  You must have the ``s3tables:DeleteTableBucketReplication`` permission to use this operation.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/s3tables-2018-05-10/DeleteTableBucketReplication>`_  


  **Request Syntax**
  ::

    response = client.delete_table_bucket_replication(
        tableBucketARN='string',
        versionToken='string'
    )
    
  :type tableBucketARN: string
  :param tableBucketARN: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the table bucket.

    

  
  :type versionToken: string
  :param versionToken: 

    A version token from a previous GetTableBucketReplication call. Use this token to ensure you're deleting the expected version of the configuration.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`S3Tables.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`S3Tables.Client.exceptions.ForbiddenException`

  
  *   :py:class:`S3Tables.Client.exceptions.NotFoundException`

  
  *   :py:class:`S3Tables.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`S3Tables.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`S3Tables.Client.exceptions.ConflictException`

  
  *   :py:class:`S3Tables.Client.exceptions.BadRequestException`

  