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

************************
delete_table_replication
************************



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

  

  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.

  

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


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the table.

    

  
  :type versionToken: string
  :param versionToken: **[REQUIRED]** 

    A version token from a previous GetTableReplication 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`

  