:doc:`Redshift <../../redshift>` / Client / delete_redshift_idc_application

*******************************
delete_redshift_idc_application
*******************************



.. py:method:: Redshift.Client.delete_redshift_idc_application(**kwargs)

  

  Deletes an Amazon Redshift IAM Identity Center application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteRedshiftIdcApplication>`_  


  **Request Syntax**
  ::

    response = client.delete_redshift_idc_application(
        RedshiftIdcApplicationArn='string'
    )
    
  :type RedshiftIdcApplicationArn: string
  :param RedshiftIdcApplicationArn: **[REQUIRED]** 

    The ARN for a deleted Amazon Redshift IAM Identity Center application.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Redshift.Client.exceptions.RedshiftIdcApplicationNotExistsFault`

  
  *   :py:class:`Redshift.Client.exceptions.DependentServiceUnavailableFault`

  
  *   :py:class:`Redshift.Client.exceptions.UnsupportedOperationFault`

  
  *   :py:class:`Redshift.Client.exceptions.DependentServiceAccessDeniedFault`

  