:doc:`SageMaker <../../sagemaker>` / Client / delete_association

******************
delete_association
******************



.. py:method:: SageMaker.Client.delete_association(**kwargs)

  

  Deletes an association.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAssociation>`_  


  **Request Syntax**
  ::

    response = client.delete_association(
        SourceArn='string',
        DestinationArn='string'
    )
    
  :type SourceArn: string
  :param SourceArn: **[REQUIRED]** 

    The ARN of the source.

    

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

    The Amazon Resource Name (ARN) of the destination.

    

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

    
    ::

      {
          'SourceArn': 'string',
          'DestinationArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **SourceArn** *(string) --* 

        The ARN of the source.

        
      

      - **DestinationArn** *(string) --* 

        The Amazon Resource Name (ARN) of the destination.

        
  
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  