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

******************
delete_partner_app
******************



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

  

  Deletes a SageMaker Partner AI App.

  

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


  **Request Syntax**
  ::

    response = client.delete_partner_app(
        Arn='string',
        ClientToken='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The ARN of the SageMaker Partner AI App to delete.

    

  
  :type ClientToken: string
  :param ClientToken: 

    A unique token that guarantees that the call to this API is idempotent.

    This field is autopopulated if not provided.

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

    
    ::

      {
          'Arn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Arn** *(string) --* 

        The ARN of the SageMaker Partner AI App that was deleted.

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

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

  