:doc:`Kafka <../../kafka>` / Client / delete_replicator

*****************
delete_replicator
*****************



.. py:method:: Kafka.Client.delete_replicator(**kwargs)

  

  Deletes a replicator.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/DeleteReplicator>`_  


  **Request Syntax**
  ::

    response = client.delete_replicator(
        CurrentVersion='string',
        ReplicatorArn='string'
    )
    
  :type CurrentVersion: string
  :param CurrentVersion: 

    The current version of the replicator.

    

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

    The Amazon Resource Name (ARN) of the replicator to be deleted.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ReplicatorArn': 'string',
          'ReplicatorState': 'RUNNING'|'CREATING'|'UPDATING'|'DELETING'|'FAILED'
      }
      
    **Response Structure**

    

    - *(dict) --* HTTP Status Code 200: OK.
      

      - **ReplicatorArn** *(string) --* 

        The Amazon Resource Name (ARN) of the replicator.

        
      

      - **ReplicatorState** *(string) --* 

        The state of the replicator.

        
  
  **Exceptions**
  
  *   :py:class:`Kafka.Client.exceptions.BadRequestException`

  
  *   :py:class:`Kafka.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`Kafka.Client.exceptions.InternalServerErrorException`

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

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

  
  *   :py:class:`Kafka.Client.exceptions.ServiceUnavailableException`

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

  