:doc:`Translate <../../translate>` / Client / delete_parallel_data

********************
delete_parallel_data
********************



.. py:method:: Translate.Client.delete_parallel_data(**kwargs)

  

  Deletes a parallel data resource in Amazon Translate.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/DeleteParallelData>`_  


  **Request Syntax**
  ::

    response = client.delete_parallel_data(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the parallel data resource that is being deleted.

    

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

    
    ::

      {
          'Name': 'string',
          'Status': 'CREATING'|'UPDATING'|'ACTIVE'|'DELETING'|'FAILED'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Name** *(string) --* 

        The name of the parallel data resource that is being deleted.

        
      

      - **Status** *(string) --* 

        The status of the parallel data deletion.

        
  
  **Exceptions**
  
  *   :py:class:`Translate.Client.exceptions.ConcurrentModificationException`

  
  *   :py:class:`Translate.Client.exceptions.ResourceNotFoundException`

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

  
  *   :py:class:`Translate.Client.exceptions.InternalServerException`

  